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:
Mark Robert Miller 2015-01-30 18:46:49 +00:00
parent fd35bd5ae4
commit 97e0a1c8ad
1 changed files with 0 additions and 1 deletions

View File

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