We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef90e88 commit 810e3dfCopy full SHA for 810e3df
server/src/main/java/org/opensearch/indices/IndicesRequestCache.java
@@ -140,7 +140,6 @@ public final class IndicesRequestCache extends AbstractLifecycleComponent
140
private final static long BASE_RAM_BYTES_USED = RamUsageEstimator.shallowSizeOfInstance(Key.class);
141
142
private final ConcurrentMap<CleanupKey, Boolean> registeredClosedListeners = ConcurrentCollections.newConcurrentMap();
143
- private final Set<CleanupKey> keysToClean = ConcurrentCollections.newConcurrentSet();
144
private final ByteSizeValue size;
145
private final TimeValue expire;
146
private final ICache<Key, BytesReference> cache;
0 commit comments