mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
Implementation of task_manager's tasks that cover major, cleanup, offstrategy, and upgrade sstables compaction of one table. Closes #13619 * github.com:scylladb/scylladb: test: extend compaction tasks test compaction: fix indentation compaction: create table_upgrade_sstables_compaction_task_impl compaction: create table_offstrategy_keyspace_compaction_task_impl compaction: create table_cleanup_keyspace_compaction_task_impl compaction: create table_major_keyspace_compaction_task_impl compaction: add helpers for table tasks scheduling compaction: add run_on_table compaction: pass std::string to run_on_existing_tables