epugh commented on code in PR #3904:
URL: https://github.com/apache/solr/pull/3904#discussion_r2659746481
##########
solr/core/src/java/org/apache/solr/core/CoreContainer.java:
##########
@@ -1511,6 +1511,17 @@ public SolrCore create(
preExistingZkEntry =
getZkController().checkIfCoreNodeNameAlreadyExists(cd);
}
+ final boolean deleteUnknownCores =
+ Boolean.parseBoolean(
+ System.getProperty("solr.cloud.delete.unknown.cores.enabled",
"false"));
Review Comment:
I am, I think I just wasn't thinkig of it because I was following what was
laready in CoreContainer as a pattern. SHould we mkae an effort to get
everythign migrated to EnvUtils? We're kind of in the middle I guess on that!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]