dajac commented on code in PR #16068:
URL: https://github.com/apache/kafka/pull/16068#discussion_r1624885672
##########
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:
I wonder if it could be caused by this change:
https://github.com/apache/kafka/pull/16068/files#diff-a193e75a338ac43ed80fdd0ec98858282cea2bcba8ba5d9da4d22e7f52e8853aR296.
If it is, let's revert it 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]