Skip to content

Commit 0138ecd

Browse files
remove lines in cleanup mgr
Signed-off-by: Kiran Prakash <awskiran@amazon.com>
1 parent 810e3df commit 0138ecd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/src/main/java/org/opensearch/indices/IndicesRequestCache.java

-3
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ class IndicesRequestCacheCleanupManager {
492492
* Enqueue cleanup key.
493493
*
494494
* @param cleanupKey the cleanup key
495-
*
496495
*/
497496
void enqueueCleanupKey(CleanupKey cleanupKey) {
498497
keysToClean.add(cleanupKey);
@@ -592,8 +591,6 @@ private void forceCleanCache() {
592591
* Cleans the cache based on the provided staleness threshold.
593592
* <p>If the percentage of stale keys in the cache is less than this threshold,the cache cleanup process is skipped.
594593
* @param threshold The staleness threshold as a double.
595-
*
596-
*
597594
*/
598595
private void cleanCache(double threshold) {
599596
if (logger.isDebugEnabled()) {

0 commit comments

Comments
 (0)