dsmiley commented on code in PR #1208:
URL: https://github.com/apache/solr/pull/1208#discussion_r1041324608
##########
solr/core/src/java/org/apache/solr/core/SolrCore.java:
##########
@@ -188,6 +188,7 @@
public class SolrCore implements SolrInfoBean, Closeable {
public static final String version = "1.0";
+ public static final String DISABLE_ZK_CONFIG_WATCH =
"disable.zk.config.watch";
Review Comment:
Yeah, you're right. The boolean should represent the change from its
default state.
--
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]