dongnuo123 commented on code in PR #16145:
URL: https://github.com/apache/kafka/pull/16145#discussion_r1621403173


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/classic/ClassicGroup.java:
##########
@@ -857,6 +857,7 @@ public void validateOffsetCommit(
             throw Errors.UNKNOWN_MEMBER_ID.exception();
         }
 
+        // TODO: A temp marker. Will remove it when the pr is open.
         if (!isTransactional && isInState(COMPLETING_REBALANCE)) {

Review Comment:
   Not sure why we only check `COMPLETING_REBALANCE` but not 
`PREPARING_REBALANCE`?



-- 
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]

Reply via email to