Hi everyone,
We recently migrated our Elasticsearch clusters from version 7.10.2 to 8.13.0 and have noticed an increase in search latency.
Our shard configuration, cluster, and index settings remain unchanged.
To investigate the cause of this issue, we conducted query profiling for specific queries. Interestingly, we observed that the cumulative shard time is slightly higher than the query time in ES 8. In ES 7, these times were identical. You can see this difference in the attached screenshot. (3.1 ms vs 3.9 ms) We suspect this discrepancy might be the reason for the increased latency.
What could be causing this delay?