mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Today the same-shard allocation decider falls back to checking the hostname if the node has no host address. In practice nodes will always have an address so the fallback is dead code. This commit removes that dead code. Relates #80702 which will add the ability to distinguish nodes by hostname regardless of whether they have an address or not, and #80767 which optimizes this area of code - this refactoring should make the optimization simpler. |
||
---|---|---|
.. | ||
cluster | ||
discovery | ||
indices | ||
network | ||
cluster.asciidoc | ||
discovery.asciidoc | ||
gateway.asciidoc | ||
http.asciidoc | ||
network.asciidoc | ||
node.asciidoc | ||
plugins.asciidoc | ||
remote-clusters-shared.asciidoc | ||
remote-clusters.asciidoc | ||
threadpool.asciidoc | ||
transport.asciidoc |