Elasticsearch Version: 7.10.0
question: We have three awareness zones, and we found that the query traffic of the business is unevenly distributed among these zones.
I researched related issues:Shard allocation awareness and search routing #43453 and discovered that in version 8.x, shard allocation awareness can be decoupled from search and get requests:Decouple shard allocation awareness from search and get requests #45735.
I would like to know if there is a way in version 7.10 to ensure that queries are not affected by awareness, allowing for a more balanced query load across the cluster?
I found in the 7.10 documentation that setting the cluster.routing.use_adaptive_replica_selection
parameter to false is an option. Is this a viable solution?:Adaptive replica selection
thanks a lot!