You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/09/21 05:08:51 UTC

[lucene-solr] branch master updated: SOLR-14881: ManagedSchemaRoundRobinCloudTest test failures

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 73c06e3  SOLR-14881: ManagedSchemaRoundRobinCloudTest test failures
73c06e3 is described below

commit 73c06e35e8bfd341042b14c309ce734b38221cee
Author: noblepaul <no...@gmail.com>
AuthorDate: Mon Sep 21 15:08:23 2020 +1000

    SOLR-14881: ManagedSchemaRoundRobinCloudTest test failures
---
 solr/core/src/java/org/apache/solr/core/CoreContainer.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/java/org/apache/solr/core/CoreContainer.java b/solr/core/src/java/org/apache/solr/core/CoreContainer.java
index 9e0a890..8b0a9e0 100644
--- a/solr/core/src/java/org/apache/solr/core/CoreContainer.java
+++ b/solr/core/src/java/org/apache/solr/core/CoreContainer.java
@@ -1679,6 +1679,7 @@ public class CoreContainer {
         solrCores.removeFromPendingOps(cd.getName());
       }
     } else {
+      if(coreId != null) return;// yeah, this core is already reloaded/unloaded return right away
       CoreLoadFailure clf = coreInitFailures.get(name);
       if (clf != null) {
         try {