madrob commented on code in PR #909:
URL: https://github.com/apache/solr/pull/909#discussion_r915422193


##########
solr/solrj/src/java/org/apache/solr/common/cloud/ZkStateReader.java:
##########
@@ -549,7 +636,7 @@ private void constructState(Set<String> changedCollections) 
{
       log.trace(
           "clusterStateSet: interesting [{}] watched [{}] lazy [{}] total 
[{}]",
           collectionWatches.keySet(),
-          watchedCollectionStates.keySet(),
+          collectionWatches.activeCollections().size(),

Review Comment:
   This shouldn't print the size, it should print the collection names to match 
the rest of the intent of this trace statement.



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