mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
We estimate number of partitions for a given range of a column familiy and split the range into sub ranges contains fewer partitions as a checksum unit. The estimation is wrong, because we need to count the partitions on all the shards, instead of only counting the local shard. Fixes #2299 Message-Id: <7876285bd26cfaf65563d6e03ec541626814118a.1493817339.git.asias@scylladb.com>