mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
Now, when the offstrategy task is stopped, it exits the repeat loop if (!can_proceed(task)) without going through _tasks.remove(task) - causing the assert in compaction_manger::remove to trip, as stop_ongoing_compactions will be resolved while the task is still listed in _tasks. Fixes #9634 Signed-off-by: Benny Halevy <bhalevy@scylladb.com>