dajac commented on code in PR #15152:
URL: https://github.com/apache/kafka/pull/15152#discussion_r1473114805


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -726,6 +726,9 @@ private void removeGroup(
                     ClassicGroup classicGroup = (ClassicGroup) group;
                     
metrics.onClassicGroupStateTransition(classicGroup.currentState(), null);
                     break;
+                default:
+                    log.warn("Unexpected group type detected while removing 
groups: " + group.type());

Review Comment:
   Looking at the first instruction in this method, the group is removed from 
`groups`.



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