mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 02:50:33 +00:00
Task manager's tasks covering regular compaction. Uses multiple inheritance on already existing regular_compaction_task_executor to keep track of the operation with task manager. Closes #14377 * github.com:scylladb/scylladb: test: add regular compaction task test compaction: turn regular_compaction_task_executor into regular_compaction_task_impl compaction: add compaction_manager::perform_compaction method test: modify sstable_compaction_test.cc compaction: add regular_compaction_task_impl compaction: switch state after compaction is done