Node shutdown

Hi there,

I have a question regarding this API:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-shutdown.html

I have been browsing to the source code:

This does not provide the shutdown sequence I was looking for. E.g.

  1. stop search request handlers
  2. drain data to other cluster nodes
  3. etc.

What does exactly happen when this command is executed on a certain node?
Thank you!

Best regards,

Robin Verlangen
Chief Data Architect

W http://www.robinverlangen.nl
E robin@us2.nl

http://goo.gl/Lt7BC
What is CloudPelican? http://goo.gl/HkB3D

Disclaimer: The information contained in this message and attachments is
intended solely for the attention and use of the named addressee and may be
confidential. If you are not the intended recipient, you are reminded that
the information remains the property of the sender. You must not use,
disclose, distribute, copy, print or rely on this e-mail. If you have
received this message in error, please contact the sender immediately and
irrevocably delete this message and any copies.

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hey,

the more interesting class to look at might be
https://github.com/elasticsearch/elasticsearch/blob/master/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/TransportNodesShutdownAction.java

Depending on how this action is called, either the whole cluster or number
of nodes is shut down. At the end of the day, a node.close() call is
executed, if the node where the action is running on, should be shutdown.

Hope this helps...

--Alex

On Tue, Nov 19, 2013 at 11:46 AM, Robin Verlangen robin@us2.nl wrote:

Hi there,

I have a question regarding this API:
Elasticsearch Platform — Find real-time answers at scale | Elastic

I have been browsing to the source code:

This does not provide the shutdown sequence I was looking for. E.g.

  1. stop search request handlers
  2. drain data to other cluster nodes
  3. etc.

What does exactly happen when this command is executed on a certain
node?
Thank you!

Best regards,

Robin Verlangen
Chief Data Architect

W http://www.robinverlangen.nl
E robin@us2.nl

http://goo.gl/Lt7BC
What is CloudPelican? http://goo.gl/HkB3D

Disclaimer: The information contained in this message and attachments is
intended solely for the attention and use of the named addressee and may be
confidential. If you are not the intended recipient, you are reminded that
the information remains the property of the sender. You must not use,
disclose, distribute, copy, print or rely on this e-mail. If you have
received this message in error, please contact the sender immediately and
irrevocably delete this message and any copies.

--
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+unsubscribe@googlegroups.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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.