epugh commented on code in PR #4892:
URL: https://github.com/apache/solr/pull/4892#discussion_r4019323924
##########
solr/core/src/java/org/apache/solr/update/DefaultSolrCoreState.java:
##########
@@ -47,7 +48,8 @@ public final class DefaultSolrCoreState extends SolrCoreState
implements RecoveryStrategy.RecoveryListener {
private static final Logger log =
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
- private final boolean SKIP_AUTO_RECOVERY =
Boolean.getBoolean("solrcloud.skip.autorecovery");
+ private final boolean SKIP_AUTO_RECOVERY =
+ EnvUtils.getPropertyAsBool("solr.cloud.skip.autorecovery.enabled",
false);
Review Comment:
humm.. You know, I think you are right... Yeah, like this wouldn't make
sense in prod... Which suggestions it should start with `test.`
--
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]