The bad node is the one that ran out of space.
If you have installed ES on linux using a package (deb/rpm) then the data
is usually under /var/lib/elasticsearch. Just manually delete it and then
rejoin the node.

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: ma...@campaignmonitor.com
web: www.campaignmonitor.com


On 12 February 2014 08:09, Chris <sirru...@yahoo.com> wrote:

>
>
> On Tuesday, February 11, 2014 12:44:02 PM UTC-8, Binh Ly wrote:
>
>> If all your other nodes contain enough replicas of all your indexes (i.e.
>> you have lost no data), then you can safely take down the bad node, wipe
>> out whatever data is in the data directory (assuming it is local to the
>> node) and then join it back to the cluster. If the bad node actually
>> contained some primary shards with no replicas, then you're probably out of
>> luck and just need to delete the specific index that contains those
>> replicas (i.e. the index(es) that has unassigned shards that were on that
>> bad node) and rebuild your index.
>>
>
> Binh,
>
> Thank so much for your input. How does one determine which node is bad,
> and what is the process to delete the specific index / rebuild?
>
> --
> You received this message because you are subscribed to the Google Groups
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/bed4ed72-e6ea-4b1b-8937-fe06721158d9%40googlegroups.com
> .
>
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAEM624Y1vf0MUnU4h_OE9a87MWx7exak%2BEzK0juTjiTObhekOA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to