Botond Dénes
db89f3f095
Merge 'compaction_manager: unregister compaction module on early shutdown' from Patryk Jędrzejczak
...
The compaction module is registered with task_manager in the compaction_manager
constructor, and unregistered in compaction_manager::really_do_stop(), which
was gated behind `_state != state::none` in compaction_manager::do_stop().
Since enable() -- which transitions _state from none to running -- is called
later during startup (from database::start() or the disk space monitor callback)
than the compaction_manager constructor, an early shutdown could leave the
compaction module registered after compaction_manager::do_stop() returned.
task_manager::stop() then aborted with 'Tried to stop task manager while
some modules were not unregistered'.
Fix compaction_manager::do_stop() to call _task_manager_module->stop() even
when `_state == state::none`, so that the compaction module is always properly
unregistered.
Fixes: SCYLLADB-2106
Backport to all supported branches, as the bug is there and it has
already caused a failure in 2026.1 CI.
Closes scylladb/scylladb#30015
* github.com:scylladb/scylladb:
test: add test_stop_before_starting_compaction_manager
compaction_manager: unregister compaction module on early shutdown
2026-05-25 16:08:20 +03:00
..
2026-05-21 10:36:47 +03:00
2026-05-21 21:13:55 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:33:19 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:13:55 +02:00
2026-05-22 16:47:48 +03:00
2026-05-18 12:23:40 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-22 09:42:34 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-17 22:16:31 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-04-12 19:46:33 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 10:22:07 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:33:24 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:13:55 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:13:55 +02:00
2026-05-25 14:22:04 +03:00
2026-05-21 10:36:47 +03:00
2026-05-24 10:25:08 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:33:19 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:50:00 +03:00
2026-05-21 21:33:19 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-04-12 19:46:33 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-05-12 23:20:55 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-22 11:58:37 +02:00
2026-05-21 10:36:47 +03:00
2026-05-25 10:55:00 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-22 15:03:47 +03:00
2026-05-21 21:13:55 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 21:31:22 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-05 18:56:37 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:31:22 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 21:13:55 +02:00
2026-05-21 21:13:55 +02:00
2026-05-12 12:38:25 +03:00
2026-05-21 15:43:36 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 15:11:58 +02:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-05-21 10:36:47 +03:00
2026-04-30 21:27:56 +03:00