Class NodeHealthCheckFailureException

org.elasticsearch.ElasticsearchException
org.elasticsearch.cluster.coordination.NodeHealthCheckFailureException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class NodeHealthCheckFailureException extends ElasticsearchException
This exception is thrown if the File system is reported unhealthy by @FsHealthService and this nodes needs to be removed from the cluster
See Also:
Serialized Form
  • Constructor Details

    • NodeHealthCheckFailureException

      public NodeHealthCheckFailureException( msg, ... args)
    • NodeHealthCheckFailureException

      public NodeHealthCheckFailureException(StreamInput in) throws
      Throws: