Re: Question about info returned from 'nodetool gossipinfo'

2013-10-07 Thread ravi prasad
the output of nodetool gossipinfo are the application states of each endpoint/node in the cluster that are exchanged b/w the nodes during gossiping. Severity is basically a measure of compaction activity/events in a node ( see https://issues.apache.org/jira/browse/CASSANDRA-3722 for the

Re: Question about info returned from 'nodetool gossipinfo'

2013-10-07 Thread Sameer Farooqui
Thanks, Ravi! On Mon, Oct 7, 2013 at 2:40 AM, ravi prasad raviprasad...@yahoo.com wrote: the output of nodetool gossipinfo are the application states of each endpoint/node in the cluster that are exchanged b/w the nodes during gossiping. Severity is basically a measure of compaction

Re: Question about info returned from 'nodetool gossipinfo'

2013-10-07 Thread Sameer Farooqui
A quick follow up question - If my node is configured with Virtual Nodes and 256 tokens are assigned to it, how does the STATUS line only show one token value? In this case the -12331...#. On Mon, Oct 7, 2013 at 9:00 PM, Sameer Farooqui sam...@blueplastic.comwrote: Thanks, Ravi! On Mon, Oct

Re: Question about info returned from 'nodetool gossipinfo'

2013-10-07 Thread ravi prasad
Not sure about vnodes setup. looks like the output shows only the first token. if you are looking for all tokens assigned,  'nodetool info -T' might help. On Monday, October 7, 2013 6:22 PM, Sameer Farooqui sam...@blueplastic.com wrote: A quick follow up question - If my node is

Question about info returned from 'nodetool gossipinfo'

2013-10-06 Thread Sameer Farooqui
Hi, Does anyone know what the information that comes from the nodetool gossipinfo command means? For example, what is the LOAD #'s meaning or the SEVERITY #? My load is 91457.0 and SEVERITY: 22.448. Also, next to STATUS:NORMAL is a negative #: -123311655 what does that # mean?