We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810e3df commit 0138ecdCopy full SHA for 0138ecd
server/src/main/java/org/opensearch/indices/IndicesRequestCache.java
@@ -492,7 +492,6 @@ class IndicesRequestCacheCleanupManager {
492
* Enqueue cleanup key.
493
*
494
* @param cleanupKey the cleanup key
495
- *
496
*/
497
void enqueueCleanupKey(CleanupKey cleanupKey) {
498
keysToClean.add(cleanupKey);
@@ -592,8 +591,6 @@ private void forceCleanCache() {
592
591
* Cleans the cache based on the provided staleness threshold.
593
* <p>If the percentage of stale keys in the cache is less than this threshold,the cache cleanup process is skipped.
594
* @param threshold The staleness threshold as a double.
595
596
597
598
private void cleanCache(double threshold) {
599
if (logger.isDebugEnabled()) {
0 commit comments