Re: How to stop streaming

2012-10-03 Thread aaron morton
> Also, how do I lookup the current value of the setstreamthroughput. The default / startup value is specified in the yaml file. If you need to check the running value it is on the StorageProxy MBean, accessed using JConsole or some other JMX thingy. Cheers - Aaron Morton Fre

Re: How to stop streaming

2012-10-01 Thread Senthilvel Rangaswamy
Thanks Aaron. That's what I did. Also, how do I lookup the current value of the setstreamthroughput. On Mon, Oct 1, 2012 at 2:32 PM, aaron morton wrote: > I assume you have resolved this but if someone else is looking… > > You can stop a validation compaction with nodetool stop > > AFAIk the onl

Re: How to stop streaming

2012-10-01 Thread aaron morton
I assume you have resolved this but if someone else is looking… You can stop a validation compaction with nodetool stop AFAIk the only way to stop streaming is to restart the node. You can also use nodetool setstreamthroughput to reduce the streaming throughput. Cheers - Aa