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());
|
solrCores.removeFromPendingOps(cd.getName());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
if(coreId != null) return;// yeah, this core is already reloaded/unloaded return right away
|
||||||
CoreLoadFailure clf = coreInitFailures.get(name);
|
CoreLoadFailure clf = coreInitFailures.get(name);
|
||||||
if (clf != null) {
|
if (clf != null) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue