mirror of https://github.com/apache/lucene.git
SOLR-9440: Revert visibility change of collectionWatches
This commit is contained in:
parent
875d45ff14
commit
2e4b6929d2
|
@ -158,7 +158,7 @@ public class ZkStateReader implements Closeable {
|
|||
|
||||
private final Runnable securityNodeListener;
|
||||
|
||||
public ConcurrentHashMap<String, CollectionWatch> collectionWatches = new ConcurrentHashMap<>();
|
||||
private ConcurrentHashMap<String, CollectionWatch> collectionWatches = new ConcurrentHashMap<>();
|
||||
|
||||
private final ExecutorService notifications = ExecutorUtil.newMDCAwareCachedThreadPool("watches");
|
||||
|
||||
|
|
Loading…
Reference in New Issue