mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
Take into account that get_reshaping_job selects only buckets that have more than min_threashold sstables in them. Therefore, with 256 disjoint sstables in different windows, allow first or last windows to not be selected by get_reshaping_job that will return at least disjoint_sstable_count - min_threshold + 1 sstables, and not more than disjoint_sstable_count. Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Message-Id: <20220123090044.38449-2-bhalevy@scylladb.com>