mirror of https://github.com/apache/lucene.git
SOLR-14881: ManagedSchemaRoundRobinCloudTest test failures
This commit is contained in:
parent
64ca559042
commit
73c06e35e8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue