lucasbru commented on code in PR #20730:
URL: https://github.com/apache/kafka/pull/20730#discussion_r2454267092
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -1670,7 +1699,7 @@ private static void
throwIfStreamsGroupMemberEpochIsInvalid(
// If the member comes with the previous epoch and has a subset of
the current assignment partitions,
// we accept it because the response with the bumped epoch may
have been lost.
if (receivedMemberEpoch != member.previousMemberEpoch()
- || !areOwnedTasksContainedInAssignedTasks(ownedActiveTasks,
member.assignedTasks().activeTasks())
Review Comment:
Yes, it's still used for standby tasks.
--
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]