dajac commented on code in PR #16068:
URL: https://github.com/apache/kafka/pull/16068#discussion_r1624846418
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java:
##########
@@ -9863,8 +9863,8 @@ public void
testConsumerGroupHeartbeatWithPreparingRebalanceClassicGroup() throw
// Newly joining member 3 bumps the group epoch. A new target
assignment is computed.
CoordinatorRecordHelpers.newGroupEpochRecord(groupId, 1),
- CoordinatorRecordHelpers.newTargetAssignmentRecord(groupId,
memberId1, assignor.targetPartitions(memberId1)),
CoordinatorRecordHelpers.newTargetAssignmentRecord(groupId,
memberId3, assignor.targetPartitions(memberId3)),
+ CoordinatorRecordHelpers.newTargetAssignmentRecord(groupId,
memberId1, assignor.targetPartitions(memberId1)),
Review Comment:
It would be great if we could better understand this.
--
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]