mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 08:12:08 +00:00
sstable_manager will soon wait for all sstables under its control to be deleted (if so marked), but that can't happen if someone is holding on to references to those sstables. To allow sstables_manager::stop() to work, drop remaining queued work when terminating.