mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 02:50:33 +00:00
As we're moving backlog tracker to compaction group, we need to stop the tracker there too. We're moving it a step earlier in table::stop(), before sstables are cleared, but that's okay because it's still done after the group was deregistered from compaction manager, meaning no compactions are running. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>