elasticsearch/docs/reference/modules
David Turner 79f181d208
Reduce resource needs of join validation (#85380)
Fixes a few scalability issues around join validation:

- compresses the cluster state sent over the wire
- shares the serialized cluster state across multiple nodes
- forks the decompression/deserialization work off the transport thread

Relates #77466
Closes #83204
2022-04-26 12:15:54 +01:00
..
cluster
discovery Reduce resource needs of join validation (#85380) 2022-04-26 12:15:54 +01:00
indices
network
cluster.asciidoc
discovery.asciidoc More docs re. removing cluster.initial_master_nodes (#85948) 2022-04-19 07:54:43 +01:00
gateway.asciidoc
http.asciidoc
network.asciidoc
node.asciidoc
plugins.asciidoc
remote-clusters-shared.asciidoc
remote-clusters.asciidoc
threadpool.asciidoc
transport.asciidoc