Skip to content

Commit 810e3df

Browse files
remove cleanupkeys
Signed-off-by: Kiran Prakash <awskiran@amazon.com>
1 parent ef90e88 commit 810e3df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ public final class IndicesRequestCache extends AbstractLifecycleComponent
140140
private final static long BASE_RAM_BYTES_USED = RamUsageEstimator.shallowSizeOfInstance(Key.class);
141141

142142
private final ConcurrentMap<CleanupKey, Boolean> registeredClosedListeners = ConcurrentCollections.newConcurrentMap();
143-
private final Set<CleanupKey> keysToClean = ConcurrentCollections.newConcurrentSet();
144143
private final ByteSizeValue size;
145144
private final TimeValue expire;
146145
private final ICache<Key, BytesReference> cache;

0 commit comments

Comments
 (0)