You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2022/10/12 12:06:18 UTC

[solr] branch jira/solr-16640 updated: more logging 2

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

noble pushed a commit to branch jira/solr-16640
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/jira/solr-16640 by this push:
     new a3610270be9 more logging 2
a3610270be9 is described below

commit a3610270be9b765959c7677eacf726c80f3d50a5
Author: Noble Paul <no...@gmail.com>
AuthorDate: Wed Oct 12 23:06:08 2022 +1100

    more logging 2
---
 solr/core/src/java/org/apache/solr/cloud/overseer/SliceMutator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/cloud/overseer/SliceMutator.java b/solr/core/src/java/org/apache/solr/cloud/overseer/SliceMutator.java
index 1aeb0a0796c..72c31448ec4 100644
--- a/solr/core/src/java/org/apache/solr/cloud/overseer/SliceMutator.java
+++ b/solr/core/src/java/org/apache/solr/cloud/overseer/SliceMutator.java
@@ -89,7 +89,7 @@ public class SliceMutator {
     } catch (SolrException e) {
       try {
         Stat stat = zkClient.exists(DocCollection.getCollectionPath(coll), null, true);
-        log.info("NO COLL. current version : {}", stat.getVersion());
+        log.info("NO COLL. current version : {}, clusterstate : ", stat.getVersion(), clusterState);
       } catch (Exception ex) {
       }
       throw e;