Class NodeShutdownAllocationDecider

java.lang.Object
org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
org.elasticsearch.cluster.routing.allocation.decider.NodeShutdownAllocationDecider

public class NodeShutdownAllocationDecider extends AllocationDecider
An allocation decider that prevents shards from being allocated to a node that is in the process of shutting down. No shards can be allocated to or remain on a node which is shutting down for removal. Shards can be allocated to or remain on a node scheduled for a restart.