lianetm commented on code in PR #19645:
URL: https://github.com/apache/kafka/pull/19645#discussion_r2077895082


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractMembershipManager.java:
##########
@@ -708,8 +704,10 @@ public void onHeartbeatRequestGenerated() {
                 transitionTo(MemberState.STABLE);
             } else {
                 log.debug("Member {} with epoch {} transitioned to {} after a 
heartbeat was sent " +
-                        "to ack a previous reconciliation. New assignments are 
ready to " +
-                        "be reconciled.", memberId, memberEpoch, 
MemberState.RECONCILING);
+                        "to ack a previous reconciliation. \n" +
+                        "\t\tCurrent assignment: {} \n" +
+                        "\t\tNew assignment to reconcile: {}\n",

Review Comment:
   no reason, it's the Target assignment indeed. Fixed. 



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

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

Reply via email to