SOLR-9440: Revert visibility change of collectionWatches

This commit is contained in:
Shalin Shekhar Mangar 2017-11-01 10:15:39 +05:30
parent 875d45ff14
commit 2e4b6929d2
1 changed files with 1 additions and 1 deletions

View File

@ -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");