Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x][Tiered Caching] Make Indices Request Cache Stale Key Mgmt Threshold … #13413

Merged
Prev Previous commit
Next Next commit
Update IndicesRequestCache.java
Signed-off-by: Kiran Prakash <[email protected]>
kiranprakash154 committed Apr 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit fe7720760f0a17340bea8a0500f206ceecf7e9ab
Original file line number Diff line number Diff line change
@@ -757,7 +757,6 @@ private synchronized boolean canSkipCacheCleanup(double cleanThresholdPercent) {
+ stalenessThreshold
);
}

return true;
}
return false;