cpoerschke commented on code in PR #3692:
URL: https://github.com/apache/solr/pull/3692#discussion_r2440040717
##########
solr/core/src/java/org/apache/solr/cloud/SolrZkServer.java:
##########
@@ -40,7 +40,8 @@
public class SolrZkServer {
private static final Logger log =
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
- public static final String ZK_WHITELIST_PROPERTY =
"zookeeper.4lw.commands.whitelist";
+ // We do not have control over how Zookeeper names it's properties.
Review Comment:
Wondering if it might be change-able over time ...
https://github.com/apache/zookeeper/blob/release-3.9.4/zookeeper-server/src/main/java/org/apache/zookeeper/server/command/FourLetterCommands.java#L150
--
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]