Firing nodetool stop command prints CompactionInterruptedException stacktrace.
1. Exception stacktrace gives an impression of killing a compaction forcefully, is nodetool stop COMPACTION a clean way to interrupt an ongoing MAJOR compaction? 2. How the logic works? When nodetool stop is fired to stop MINOR compactions, are we temporarily suspending all minor compactions and these will resume automatically afterwards or the work done by in progress compactions is discarded ? Thanks Anuj