RaidenE1 commented on code in PR #20755:
URL: https://github.com/apache/kafka/pull/20755#discussion_r2490881541
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -3693,7 +3717,7 @@ private StreamsGroupMember maybeReconcile(
List<StreamsGroupHeartbeatRequestData.TaskIds> ownedWarmupTasks,
List<CoordinatorRecord> records
) {
- if (member.isReconciledTo(targetAssignmentEpoch)) {
+ if (member.isReconciledTo(targetAssignmentEpoch) &&
member.assignedTasks().equals(targetAssignment)) {
Review Comment:
Forget to revert it
--
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]