Kicking a node off Elasticsearch cluster

Hi,
Is there a way to kick a node out of Elasticsearch cluster? Effectively, it
means redistributing the shards present on the "faulty" node to the
existing nodes, so that in meanwhile faulty node can be replaced.

Cheers
Nitish

--

Why not shutdown the node?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 8 oct. 2012 à 17:53, Nitish Sharma sharmanitishdutt@gmail.com a écrit :

Hi,
Is there a way to kick a node out of Elasticsearch cluster? Effectively, it means redistributing the shards present on the "faulty" node to the existing nodes, so that in meanwhile faulty node can be replaced.

Cheers
Nitish

--

Hello!

If you want to move shards from a node look here: https://github.com/elasticsearch/elasticsearch/issues/2256

However its only available for the newest ElasticSearch version.

--

Regards,

Rafał Kuć

Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch

Why not shutdown the node?

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 8 oct. 2012 ŕ 17:53, Nitish Sharma <sharmanitishdutt@gmail.com> a écrit :

Hi,

Is there a way to kick a node out of Elasticsearch cluster? Effectively, it means redistributing the shards present on the "faulty" node to the existing nodes, so that in meanwhile faulty node can be replaced.

Cheers

Nitish

--

--

If you want to move shards from a node look here:
Cluster Reroute API: Allow to specify allocation commands · Issue #2256 · elastic/elasticsearch · GitHub

As David suggested, the shutdown API can be used - it will ensure that
shards are reallocated as necessary

clint

However its only available for the newest Elasticsearch version.

--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch -
Elasticsearch

Why not shutdown the node?

--
David :wink:
Twitter : @dadoonet /
@elasticsearchfr / @scrutmydocs

Le 8 oct. 2012 ŕ 17:53, Nitish
Sharma sharmanitishdutt@gmail.com
a écrit :

Hi,
Is there a way to kick a node out
of Elasticsearch cluster?
Effectively, it means
redistributing the shards present
on the "faulty" node to the
existing nodes, so that in
meanwhile faulty node can be
replaced.

Cheers
Nitish

--

--

--