We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256e7ea commit 40f0269Copy full SHA for 40f0269
server/src/internalClusterTest/java/org/opensearch/indices/IndicesRequestCacheIT.java
@@ -1168,7 +1168,7 @@ public void testCacheCleanupAfterIndexDeletion() throws Exception {
1168
}, cacheCleanIntervalInMillis * 2, TimeUnit.MILLISECONDS);
1169
}
1170
1171
- // when staleness threshold is lower than staleness, it should clean the cache from all indices having stale keys
+ // when staleness threshold is lower than staleness, it should clean cache from all indices having stale keys
1172
public void testStaleKeysCleanupWithMultipleIndices() throws Exception {
1173
int cacheCleanIntervalInMillis = 10;
1174
String node = internalCluster().startNode(
0 commit comments