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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/MembershipManagerImpl.java:
##########
@@ -568,7 +570,11 @@ public void transitionToFenced() {
     public void transitionToFatal() {
         MemberState previousState = state;
         transitionTo(MemberState.FATAL);
-        log.error("Member {} with epoch {} transitioned to {} state", 
memberId, memberEpoch, MemberState.FATAL);
+        if (memberId.isEmpty()) {

Review Comment:
   > I can open a minor PR to fix it right away (unless you have it already 
in-flight?)
   
   Please take over it if you have bandwidth :)



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