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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org