Hi
Does anyone know what adaptive replica selection mean?
Below was extracted from
https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html
Search and get requests are now routed to shards using adaptive replica selection by default.
Details
Elasticsearch will no longer prefer using shards in the same location (with the same awareness attribute values) to process _search
and _get
requests. Adaptive replica selection (activated by default in this version) will route requests more efficiently using the service time of prior inter-node communications.