mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
Now, get_ranges_for_endpoint will unwrap the first range. With t0 t1 t2 t3, the first range (t3,t0] will be splitted as (min,t0] and (t3,max]. Skippping the range (t3,max] we will get the correct ownership number as if the first range were not splitted. Fixes #928 Message-Id: <2e30ebd53f3dba3cc5e0cf36d5541c354b0e30ca.1457506704.git.asias@scylladb.com>