In case of an initialization failure after db.get_compaction_manager().enable(); But before stop_database, we would never stop the compaction manager and it would assert during destruction. I am trying to add a test for this using the memory failure injector, but that will require fixing other crashes first. Found while debugging #6831. Refs #6831. Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com> Message-Id: <20200805181840.196064-1-espindola@scylladb.com>