chia7712 commented on code in PR #17549:
URL: https://github.com/apache/kafka/pull/17549#discussion_r1821182275


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractMembershipManager.java:
##########
@@ -433,7 +442,7 @@ public void transitionToFatal() {
         MemberState previousState = state;
         transitionTo(MemberState.FATAL);
         log.error("Member {} with epoch {} transitioned to fatal state", 
memberIdInfoForLog(), memberEpoch);

Review Comment:
   +1 to remove memberIdInfoForLog, as I left the same comment here: 
[link](https://github.com/apache/kafka/pull/17549#discussion_r1821135581) 
:smile: 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to