We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0764844 commit bc56cf8Copy full SHA for bc56cf8
server/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java
@@ -95,8 +95,8 @@ private long getShareOfAdditionalRamBytesUsed(long itemsInCacheForShard) {
95
}
96
97
/*
98
- * We have some shared ram usage that we try to distribute proportionally to the number of segment-requestss in the cache cache for
99
- * each shard.
+ * We have some shared ram usage that we try to distribute proportionally to the number of segment-requests in the cache for each
+ * shard.
100
*/
101
// TODO avoid looping over all local shards here - see https://github.com/elastic/elasticsearch/issues/97222
102
long totalItemsInCache = 0L;
0 commit comments