OpenSearch/x-pack/plugin/voting-only-node/src
Yannick Welsch 1220ff5b6d Publish to self through transport (#43994)
This commit ensures that cluster state publications to self also go through the transport layer. This
allows voting-only nodes to intercept the publication to self.

Fixes an issue discovered by a test failure where a voting-only node, which was the only
bootstrapped node, would not step down as master after state transfer because publishing to self
would succeed.

Closes #43631
2019-07-05 13:00:52 +02:00
..
main/java/org/elasticsearch/cluster/coordination Handle situation where only voting-only nodes are bootstrapped (#43628) 2019-06-27 18:10:15 +02:00
test/java/org/elasticsearch/cluster/coordination Publish to self through transport (#43994) 2019-07-05 13:00:52 +02:00