mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 07:23:15 +00:00
To cleanup tokens in sstables that are not owned by the compaction group. This may happen in the future after a compaction group split if copying / linking the sstables in the original compaction_group to the split compaction_groups. Fixes #12594 Signed-off-by: Benny Halevy <bhalevy@scylladb.com>