Re: Regarding nodetool tpstats

2012-03-26 Thread aaron morton
Cheers :) - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 26/03/2012, at 1:55 PM, Watanabe Maki wrote: >> - InternalResponseStage > > Handles response to non client initiated messages, including bootstrap, > schema check, etc. > > maki > > > O

Re: Regarding nodetool tpstats

2012-03-25 Thread Watanabe Maki
> - InternalResponseStage Handles response to non client initiated messages, including bootstrap, schema check, etc. maki On 2012/03/26, at 2:18, aaron morton wrote: > Work is broken up into a series of stages. > > - ReadStage - performing a local read. > - RequestResponseStage - handling

Re: Regarding nodetool tpstats

2012-03-25 Thread aaron morton
Work is broken up into a series of stages. - ReadStage - performing a local read. - RequestResponseStage - handling responses from other nodes. - MutationStage - performing a local write. - ReplicateOnWriteStage - for counter writes, replicates after a local write - GossipStage - handles gossip

Regarding nodetool tpstats

2012-03-23 Thread Rishabh Agrawal
Hello I am new to Cassandra and when I run tpstats on my node (Cassandra 1.0.7) I get following output: Pool NameActive Pending Completed Blocked All time blocked ReadStage 0 0 12 0 0 RequestResp