You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/09/06 01:58:53 UTC

[lucene-solr] branch reference_impl updated: @754 Full copy.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl by this push:
     new 74302ed  @754 Full copy.
74302ed is described below

commit 74302ed7877fa4bd62319a4f6464bb5538db478b
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sat Sep 5 20:58:39 2020 -0500

    @754 Full copy.
---
 solr/core/src/java/org/apache/solr/cloud/Overseer.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/cloud/Overseer.java b/solr/core/src/java/org/apache/solr/cloud/Overseer.java
index 32d1954..35a9f14 100644
--- a/solr/core/src/java/org/apache/solr/cloud/Overseer.java
+++ b/solr/core/src/java/org/apache/solr/cloud/Overseer.java
@@ -439,7 +439,8 @@ public class Overseer implements SolrCloseable {
             }
           }
 
-          collStates.put(docCollection.getName(), new ClusterState.CollectionRef(new DocCollection(docCollection.getName(), slicesMap, docCollection.getProperties(), docCollection.getRouter())));
+          collStates.put(docCollection.getName(), new ClusterState.CollectionRef(new DocCollection(docCollection.getName(),
+              slicesMap, docCollection.getProperties(), docCollection.getRouter(), docCollection.getZNodeVersion(), docCollection.getZNode())));
         }
       }