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 2021/03/10 02:54:49 UTC

[lucene-solr] branch reference_impl_dev updated: @1441 Log it for the load tests, don't kill it.

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

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


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 68a0882  @1441 Log it for the load tests, don't kill it.
68a0882 is described below

commit 68a0882e09a3a8a185324608348f2a81651b319a
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Tue Mar 9 20:54:29 2021 -0600

    @1441 Log it for the load tests, don't kill it.
    
    Took 28 minutes
---
 solr/core/src/java/org/apache/solr/cloud/ZkController.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c205778..2a78b18 100644
--- a/solr/core/src/java/org/apache/solr/cloud/ZkController.java
+++ b/solr/core/src/java/org/apache/solr/cloud/ZkController.java
@@ -1263,7 +1263,7 @@ public class ZkController implements Closeable, Runnable {
         Replica replica = docCollection.getReplica(coreName);
         if (replica != null && !baseUrl.equals(replica.getBaseUrl())) {
           log.error("wrong base url for this node in replica entry replica={}", replica);
-          throw new IllegalArgumentException("wrong base url for this node in replica entry baseUrl=" + baseUrl + " replica=" + replica);
+          //throw new IllegalArgumentException("wrong base url for this node in replica entry baseUrl=" + baseUrl + " replica=" + replica);
         }
       }