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

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

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


##########
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:
   Ah, acked.



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