Skip to content

Commit

Permalink
remove lines in cleanup mgr
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <[email protected]>
  • Loading branch information
kiranprakash154 committed Mar 12, 2024
1 parent 810e3df commit 0138ecd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ class IndicesRequestCacheCleanupManager {
* Enqueue cleanup key.
*
* @param cleanupKey the cleanup key
*
*/
void enqueueCleanupKey(CleanupKey cleanupKey) {
keysToClean.add(cleanupKey);
Expand Down Expand Up @@ -592,8 +591,6 @@ private void forceCleanCache() {
* Cleans the cache based on the provided staleness threshold.
* <p>If the percentage of stale keys in the cache is less than this threshold,the cache cleanup process is skipped.
* @param threshold The staleness threshold as a double.
*
*
*/
private void cleanCache(double threshold) {
if (logger.isDebugEnabled()) {
Expand Down

0 comments on commit 0138ecd

Please sign in to comment.