dsmiley commented on code in PR #4696:
URL: https://github.com/apache/solr/pull/4696#discussion_r3706676033


##########
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java:
##########
@@ -862,6 +863,7 @@ public void 
removeClusterPropertiesListener(ClusterPropertiesListener listener)
   }
 
   public void registerLiveNodesListener(LiveNodesListener listener) {
+    log.debug("registerLiveNodesListener");

Review Comment:
   note: called indirectly via waitForState if there was *not* a cache hit



##########
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java:
##########
@@ -1608,6 +1610,7 @@ public void registerCollectionStateWatcher(
    */
   public void registerDocCollectionWatcher(
       String collection, DocCollectionWatcher docCollectionWatcher) {
+    log.debug("registerDocCollectionWatcher collection={}", collection);

Review Comment:
   note: called indirectly via waitForState if there was *not* a cache hit



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