Re: how to stop hinted handoff

2012-10-25 Thread Tamar Fraenkel
Thanks, that did the trick!

*Tamar Fraenkel *
Senior Software Engineer, TOK Media

[image: Inline image 1]

ta...@tok-media.com
Tel:   +972 2 6409736
Mob:  +972 54 8356490
Fax:   +972 2 5612956





On Thu, Oct 11, 2012 at 3:42 AM, Roshan codeva...@gmail.com wrote:

 Hello

 You can delete the hints from JConsole by using HintedHadOffManager MBean.

 Thanks.






 --
 View this message in context:
 http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/how-to-stop-hinted-handoff-tp7583060p7583086.html
 Sent from the cassandra-u...@incubator.apache.org mailing list archive at
 Nabble.com.

tokLogo.png

Re: how to stop hinted handoff

2012-10-09 Thread CharSyam
if you don't use Write Level ANY, It will be automactically turned off.

Just use Write Level One.

2012/10/9 Manu Zhang owenzhang1...@gmail.com

 Hi, all

 I tried out the client_only example as another local node 127.0.0.2 and
 then it went down. Now the node (127.0.0.1) started hinted handoff to
 iteself.  How to stop that?

 Thanks!



Re: how to stop hinted handoff

2012-10-09 Thread Manu Zhang
The example used ONE but the hinted hand off is still performed for every
10 minutes

On Wed, Oct 10, 2012 at 10:25 AM, CharSyam chars...@gmail.com wrote:

 if you don't use Write Level ANY, It will be automactically turned off.

 Just use Write Level One.


 2012/10/9 Manu Zhang owenzhang1...@gmail.com

 Hi, all

 I tried out the client_only example as another local node 127.0.0.2 and
 then it went down. Now the node (127.0.0.1) started hinted handoff to
 iteself.  How to stop that?

 Thanks!