nginthfs commented on code in PR #1208:
URL: https://github.com/apache/solr/pull/1208#discussion_r1041166363


##########
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:
   Would `configSet.core.watch.disable` be okay, or should I change the logic 
to check for the Boolean and default to false? 



-- 
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]

Reply via email to