showuon commented on a change in pull request #11589:
URL: https://github.com/apache/kafka/pull/11589#discussion_r770117284



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java
##########
@@ -153,7 +153,7 @@ public void maybeNotifyTopologyVersionWaiters(final String 
threadName) {
                     if (threadVersions.values().stream().allMatch(t -> t >= 
topologyVersionWaitersVersion)) {
                         topologyVersionWaiters.future.complete(null);
                         iterator.remove();
-                        log.info("Thread {} is now on topology version {}", 
threadName, topologyVersionWaiters.topologyVersion);
+                        log.info("All threads are now on topology version {}", 
topologyVersionWaiters.topologyVersion);

Review comment:
       I see. Thank you.




-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to