SOLR-14881: ManagedSchemaRoundRobinCloudTest test failures

This commit is contained in:
noblepaul 2020-09-21 15:08:23 +10:00
parent 64ca559042
commit 73c06e35e8
1 changed files with 1 additions and 0 deletions

View File

@ -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 {