mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
The method is the simplified rewrite of the compaction_manager's perform_compaction() one, but it makes task registration and unregistration to hard way. Keep it shorter and simpler resembling the compaction_manager's prototype. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>