mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
If a node is partitioned away from the rest of the cluster then the `ClusterFormationFailureHelper` periodically reports that it cannot discover the expected collection of nodes, but does not indicate why. To prove it's a connectivity problem, users must today restart the node with `DEBUG` logging on `org.elasticsearch.discovery.PeerFinder` to see further details. With this commit we log messages at `WARN` level if the node remains disconnected for longer than a configurable timeout, which defaults to 5 minutes. Relates #72968 |
||
---|---|---|
.. | ||
bootstrapping.asciidoc | ||
discovery-settings.asciidoc | ||
discovery.asciidoc | ||
fault-detection.asciidoc | ||
publishing.asciidoc | ||
quorums.asciidoc | ||
voting.asciidoc |