dajac commented on a change in pull request #10817: URL: https://github.com/apache/kafka/pull/10817#discussion_r646305571
########## File path: core/src/main/scala/kafka/coordinator/group/GroupCoordinator.scala ########## @@ -567,7 +567,7 @@ class GroupCoordinator(val brokerId: Int, // if this is the leader, then we can attempt to persist state and transition to stable if (group.isLeader(memberId)) { - info(s"Assignment received from leader for group ${group.groupId} for generation ${group.generationId}. " + + info(s"Assignment received from leader $memberId for group ${group.groupId} for generation ${group.generationId}. " + Review comment: @showuon At the moment, none of the other log in the group coordinator does this so it feel a bit weird to do it only in this case. I prefer keeping it as it is for now. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org