mirror of https://github.com/apache/lucene.git
SOLR-6880: Remove this assert that can fail tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd35bd5ae4
commit
97e0a1c8ad
|
@ -534,7 +534,6 @@ public class ZkStateReader implements Closeable {
|
|||
synchronized (ZkStateReader.this) {
|
||||
for (String watchedCollection : watchedCollections) {
|
||||
DocCollection live = getCollectionLive(this, watchedCollection);
|
||||
assert live != null;
|
||||
if (live != null) {
|
||||
updateWatchedCollection(live);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue