guozhangwang commented on code in PR #13253:
URL: https://github.com/apache/kafka/pull/13253#discussion_r1107854555


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java:
##########
@@ -637,8 +638,12 @@ private boolean assignTasksToClients(final Cluster 
fullMetadata,
                                                                    
statefulTasks,
                                                                    
assignmentConfigs);
 
-        log.info("Assigned tasks {} including stateful {} to clients as: 
\n{}.",
-                allTasks, statefulTasks, clientStates.entrySet().stream()
+        log.info("{} assigned tasks {} including stateful {} to clients as: 
\n{}.",

Review Comment:
   nit: Assigned {} tasks including ... to {} clients as ..



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