mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 08:23:29 +00:00
Some fields that belong to regular and cleanup aren't needed for resharding_compaction, such as incremental selector (which is used for determining max purgeable timestamp for a given decorated key) Better move those fields to regular and make cleanup inherit from regular compaction. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20170428195611.9196-1-raphaelsc@scylladb.com>