mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
Task manager task implementation that covers the major keyspace compaction which can be start through /storage_service/keyspace_compaction/ api. Closes #12661 * github.com:scylladb/scylladb: test: add test for major keyspace compaction tasks compaction: create task manager's task for major keyspace compaction compaction: copy run_on_existing_tables to task_manager_module.cc compaction: add major_compaction_task_impl compacition: add pure virtual compaction_task_impl compaction: add compaction module getter to compaction manager