mirror of https://github.com/apache/lucene.git
SOLR-6880: Remove this assert that can fail various tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
423e469e5f
commit
10b501395b
|
@ -455,7 +455,6 @@ public class ZkStateReader implements Closeable {
|
|||
synchronized (this) {
|
||||
if (watchedCollections.contains(s)) {
|
||||
DocCollection live = getCollectionLive(this, s);
|
||||
assert live != null;
|
||||
if (live != null) {
|
||||
watchedCollectionStates.put(s, live);
|
||||
// if it is a watched collection, add too
|
||||
|
|
Loading…
Reference in New Issue