You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Maxim Potekhin <po...@bnl.gov> on 2011/11/23 22:23:15 UTC

Yanking a dead node

This was discussed a long time ago, but I need to know what's the state 
of the art answer to that:
assume one of my few nodes is very dead. I have no resources or time to 
fix it. Data is replicated
so the data is still available in the cluster. How do I completely 
remove the dead node without having
to rebuild it, repair, drain and decommission?

TIA
Maxim


Re: Yanking a dead node

Posted by Maxim Potekhin <po...@bnl.gov>.
Thanks! Looks pretty obvious in retrospect...

Regards,

Maxim


On 11/24/2011 6:54 AM, Filipe Gonçalves wrote:
> Just remove its token from the ring using
>
> nodetool removetoken<token>
>
> 2011/11/23 Maxim Potekhin<po...@bnl.gov>:
>> This was discussed a long time ago, but I need to know what's the state of
>> the art answer to that:
>> assume one of my few nodes is very dead. I have no resources or time to fix
>> it. Data is replicated
>> so the data is still available in the cluster. How do I completely remove
>> the dead node without having
>> to rebuild it, repair, drain and decommission?
>>
>> TIA
>> Maxim
>>
>>
>
>


Re: Yanking a dead node

Posted by Filipe Gonçalves <th...@gmail.com>.
Just remove its token from the ring using

nodetool removetoken <token>

2011/11/23 Maxim Potekhin <po...@bnl.gov>:
> This was discussed a long time ago, but I need to know what's the state of
> the art answer to that:
> assume one of my few nodes is very dead. I have no resources or time to fix
> it. Data is replicated
> so the data is still available in the cluster. How do I completely remove
> the dead node without having
> to rebuild it, repair, drain and decommission?
>
> TIA
> Maxim
>
>



-- 
Filipe Gonçalves