You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Manu Zhang <ow...@gmail.com> on 2012/10/10 03:33:26 UTC

how to stop hinted handoff

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

Posted by Tamar Fraenkel <ta...@tok-media.com>.
Thanks, that did the trick!

*Tamar Fraenkel *
Senior Software Engineer, TOK Media

[image: Inline image 1]

tamar@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 <co...@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-user@incubator.apache.org mailing list archive at
> Nabble.com.
>

Re: how to stop hinted handoff

Posted by Roshan <co...@gmail.com>.
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-user@incubator.apache.org mailing list archive at Nabble.com.

Re: how to stop hinted handoff

Posted by Manu Zhang <ow...@gmail.com>.
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 <ch...@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 <ow...@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

Posted by CharSyam <ch...@gmail.com>.
if you don't use Write Level ANY, It will be automactically turned off.

Just use Write Level One.

2012/10/9 Manu Zhang <ow...@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!
>