mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
Currently, we wait for ongoing compaction during shutdown, but that may take 'forever' if compacting huge sstables with a slow disk. Compaction of huge sstables will take a considerable amount of time even with fast disks. Therefore, all ongoing compaction should be stopped during shutdown. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <3370f17ce4274df417ea60651f33fc5d4de91199.1454441286.git.raphaelsc@scylladb.com>