mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 20:57:00 +00:00
SSTables that are off-strategy should be excluded by this function as it's used to select candidates for regular compaction. So in addition to only returning candidates from the main set, let's also rename it to precisely reflect its behavior. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>