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/11/01 09:32:19 UTC

[solr] 01/01: comment out shutdown messages

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

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

commit dc1b44594bafb51356226c326be4e8d88aef73ed
Author: Noble Paul <no...@gmail.com>
AuthorDate: Tue Nov 1 20:32:07 2022 +1100

    comment out shutdown messages
---
 solr/core/src/java/org/apache/solr/cloud/ZkController.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/core/src/java/org/apache/solr/cloud/ZkController.java b/solr/core/src/java/org/apache/solr/cloud/ZkController.java
index 4c74d614c2f..8af5d8f22a3 100644
--- a/solr/core/src/java/org/apache/solr/cloud/ZkController.java
+++ b/solr/core/src/java/org/apache/solr/cloud/ZkController.java
@@ -2937,7 +2937,7 @@ public class ZkController implements Closeable {
     } else {
       try {
         // Create a concurrently accessible set to avoid repeating collections
-        Set<String> collectionsInThisNode = new HashSet<>();
+      /*  Set<String> collectionsInThisNode = new HashSet<>();
         for (CoreDescriptor cd : cc.getCoreDescriptors()) {
           if (cd.getCloudDescriptor() != null
               && cd.getCloudDescriptor().getCollectionName() != null) {
@@ -2971,7 +2971,7 @@ public class ZkController implements Closeable {
                       throw new RuntimeException(e);
                     }
                   }
-                });
+                });*/
 
         // We always send a down node event to overseer to be safe, but overseer will not need to do
         // anything for PRS collections