mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
It's much more efficient to have a separate compaction task that consists completely from expired sstables and make sure it gets a unique "weight" than mixing expired sstables with non-expired sstables adding an unpredictable latency to an eviction event of an expired sstable. This change also improves the visibility of eviction events because now they are always going to appear in the log as compactions that compact into an empty set. Fixes #9533 Signed-off-by: Vlad Zolotarov <vladz@scylladb.com> Closes #9534