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


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -2451,6 +2451,8 @@ private CoordinatorResult<Void, Record> 
completeClassicGroupJoin(
 
         if (group.isInState(DEAD)) {
             log.info("Group {} is dead, skipping rebalance stage.", groupId);
+        } else if (!containsClassicGroup(group.groupId())) {
+            log.info("Group {} is null or not a classic group, skipping 
rebalance stage.", groupId);

Review Comment:
   Yeah I agree with it. I'll try to change the params and overload them if 
they are also called in the regular context



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to