mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
leveled_compaction_strategy_strategy::get_resharding_jobs() returns compaction jobs, each containing at most smp::count ssts, so calculation is wrong if smp count is an odd number. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Acked-by: Benny Halevy <bhalevy@scylladb.com> Message-Id: <20200305161003.14424-1-raphaelsc@scylladb.com>