Files
scylladb/api
Aleksandra Martyniuk ee5bec0fce api: storage_service: tasks: unify force_keyspace_compaction
Currently, all apis that start a compaction have two versions:
synchronous and asynchronous. They share most of the implementation,
but some checks and params have diverged.

Add consider_only_existing_data parameter to /tasks/compaction/keyspace_compaction/{keyspace},
to match the synchronous version of the api (/storage_service/keyspace_compaction/{keyspace}).

Unify the handlers of both apis.

(cherry picked from commit 12dabdec66)
2025-11-14 16:41:45 +01:00
..
2025-01-17 11:24:54 +03:00
2025-01-15 10:11:40 +03:00