noblepaul commented on code in PR #1208:
URL: https://github.com/apache/solr/pull/1208#discussion_r1052998981
##########
solr/core/src/java/org/apache/solr/cloud/ZkController.java:
##########
@@ -2736,6 +2736,12 @@ private Set<Runnable> getConfDirListeners(final String
confDir) {
return confDirListeners;
}
+ public boolean hasConfDirectoryListeners(final String confDir) {
Review Comment:
so, this method was added just for the JUnit? do we not have any other way
to know if there is a watch from Zookeeper client?
--
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]