Class LeaderChecker
- java.lang.Object
-
- org.elasticsearch.cluster.coordination.LeaderChecker
-
public class LeaderChecker extends java.lang.ObjectThe LeaderChecker is responsible for allowing followers to check that the currently elected leader is still connected and healthy. We are fairly lenient, possibly allowing multiple checks to fail before considering the leader to be faulty, to allow for the leader to temporarily stand down on occasion, e.g. if it needs to move to a higher term. On deciding that the leader has failed a follower will become a candidate and attempt to become a leader itself.
-
-
Field Summary
Fields Modifier and Type Field Description static Setting<TimeValue>LEADER_CHECK_INTERVAL_SETTINGstatic Setting<java.lang.Integer>LEADER_CHECK_RETRY_COUNT_SETTINGstatic Setting<TimeValue>LEADER_CHECK_TIMEOUT_SETTING
-
Method Summary
Modifier and Type Method Description DiscoveryNodeleader()
-
-
-
Field Detail
-
LEADER_CHECK_RETRY_COUNT_SETTING
public static final Setting<java.lang.Integer> LEADER_CHECK_RETRY_COUNT_SETTING
-
-
Method Detail
-
leader
public DiscoveryNode leader()
-
-