You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "guozhangwang (via GitHub)" <gi...@apache.org> on 2023/02/15 23:43:58 UTC

[GitHub] [kafka] guozhangwang commented on a diff in pull request #13253: KAFKA-14253 - More informative logging

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-unsubscribe@kafka.apache.org

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