mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
Right now the compaction_manager needs to be started explicitly. We may change it in the future, but right now that's how it is. Everything works now even without it, because compaction_manager::stop happens to work even if it was not started. But it is technically illegal. Signed-off-by: Glauber Costa <glauber@scylladb.com> Message-Id: <20200504143048.17201-1-glauber@scylladb.com>