Re: How to stop streaming

2012-10-01 Thread Senthilvel Rangaswamy
> > AFAIk the only way to stop streaming is to restart the node. > > You can also use nodetool setstreamthroughput to reduce the streaming > throughput. > > Cheers > > > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.the

stream throughput

2012-09-28 Thread Senthilvel Rangaswamy
How can I see the current value of streamthroughput setting ? -- ..Senthil "If there's anything more important than my ego around, I want it caught and shot now." - Douglas Adams.

Re: nodetool connection refused

2012-09-08 Thread Senthilvel Rangaswamy
What is the address for thrift listener. Did you put 0.0.0.0:7199 ? On Fri, Sep 7, 2012 at 11:53 PM, Manu Zhang wrote: > When I run Cassandra-trunk in Eclipse, nodetool fail to connect with the > following error > "Failed to connect to '127.0.0.1:7199': Connection refused" > But if I run in term

Re: JMX(RMI) dynamic port allocation problem still exists?

2012-08-28 Thread Senthilvel Rangaswamy
We use Jolokia. Its pretty awesome. On Tue, Aug 28, 2012 at 11:44 PM, Peter Schuller < peter.schul...@infidyne.com> wrote: > I can recommend Jolokia highly for providing an HTTP/JSON interface to > JMX (it can be trivially run in agent mode by just altering JVM args): > > http://www.jolokia.org/

Decreasing the number of nodes in the ring

2012-08-26 Thread Senthilvel Rangaswamy
We have a cluster of 9 nodes in the ring. We would like SSD backed boxes. But we may not need 9 nodes in that case. What is the best way to downscale the cluster to 6 or 3 nodes. -- ..Senthil "If there's anything more important than my ego around, I want it caught and shot now."

nodetool repair - when is it not needed ?

2012-08-22 Thread Senthilvel Rangaswamy
We are running Cassandra 1.1.2 on EC2. Our database is primarily all counters and we don't do any deletes. Does nodetool repair do anything for such a database. All the docs I read for nodetool repair suggests that nodetool repair is needed only if there is deletes. Thanks, Senthil