Re: Behavior of nodetool stop compaction

2015-06-06 Thread Anuj Wadehra
Hi Jason We are running Cassandra 2.0.3. Is it a graceful way of stopping compaction without putting data integrity in danger? Exception Stacktrace is as under: Error occurred during compaction java.util.concurrent.ExecutionException: org.apache.cassandra.db.compaction.Comp  

Re: Behavior of nodetool stop compaction

2015-06-06 Thread Anuj Wadehra
We are running Cassandra 2.0.3. Is it a graceful way of stopping compaction without putting data integrity in danger? Exception Stacktrace is as under: Error occurred during compaction java.util.concurrent.ExecutionException: org.apache.cassandra.db.compaction.Comp  

Re: Behavior of nodetool stop compaction

2015-05-25 Thread Jason Wee
Hello, could you paste the exception and also show what is the cassandra version running? jason On Sun, May 24, 2015 at 2:12 AM, Anuj Wadehra wrote: > Firing nodetool stop command prints CompactionInterruptedException > stacktrace. > > 1. Exception stacktrace gives an impression of killing a co

Behavior of nodetool stop compaction

2015-05-23 Thread Anuj Wadehra
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