check active queries on cluster

2015-04-17 Thread Rahul Bhardwaj
Hi All, We want to track active queries on cassandra cluster. Is there any tool or way to find all active queries on cassandra ? Regards: Rahul Bhardwaj -- Follow IndiaMART.com for latest updates on this and more:

Re: check active queries on cluster

2015-04-17 Thread Robert Coli
On Thu, Apr 16, 2015 at 11:10 PM, Rahul Bhardwaj < rahul.bhard...@indiamart.com> wrote: > We want to track active queries on cassandra cluster. Is there any tool or > way to find all active queries on cassandra ? > You can get a count of them with : https://issues.apache.org/jira/browse/CASSAND

Re: Drawbacks of Major Compaction now that Automatic Tombstone Compaction Exists

2015-04-17 Thread Robert Coli
On Tue, Apr 14, 2015 at 8:29 PM, Anuj Wadehra wrote: > By automatic tombstone compaction, I am referring to tombstone_threshold > sub property under compaction strategy in CQL. It is 0.2 by default. So > what I understand from the Datastax documentation is that even if a sstable > does not find s

RepairException on C* 2.1.3

2015-04-17 Thread Mark Greene
I'm receiving an exception when I run a repair process via: 'nodetool repair -par ' I'm not sure if this is a bug or not but was curious to know if there was something that can be done to remedy this situation? Full stack trace from the logs: ERROR [ValidationExecutor:3] 2015-04-17 18:16:56,174

Re: RepairException on C* 2.1.3

2015-04-17 Thread Robert Coli
On Fri, Apr 17, 2015 at 11:40 AM, Mark Greene wrote: > I'm receiving an exception when I run a repair process via: 'nodetool > repair -par ' > This JIRA claims fixed in 2.1.3, but I believe I have heard at least one other report that it isn't : https://issues.apache.org/jira/browse/CASSANDRA-82