zhaohaidao commented on PR #14271: URL: https://github.com/apache/kafka/pull/14271#issuecomment-1691992754
> > @dajac hi, could you pls help me see the check error log. I don't quite understand the root cause and what should be fixed myself. The check error log is as followed > > > coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:129:1: Class Data Abstraction Coupling is 26 (max allowed is 25) classes [CompletableFuture, ConsumerGroup, ConsumerGroupHeartbeatResponseData, ConsumerGroupHeartbeatResponseData.Assignment, ConsumerGroupHeartbeatResponseData.TopicPartitions, ConsumerGroupMember.Builder, CoordinatorResult, CurrentAssignmentBuilder, FencedMemberEpochException, GenericGroup, GenericGroupMember, GroupIdNotFoundException, GroupMaxSizeReachedException, HeartbeatResponseData, InvalidRequestException, JoinGroupRequestProtocol, JoinGroupRequestProtocolCollection, JoinGroupResponseData, ListGroupsResponseData, SyncGroupResponseData, TargetAssignmentBuilder, TimelineHashMap, TimelineHashSet, UnknownMemberIdException, UnknownServerException, UnsupportedAssignorException]. > > @zhaohaidao It looks like we have hit the maximum number of imports. We could consider adding an exception for this. Have you tried this? Thanks for your suggestion. I added an exception for this and it seems this check error has been fixed. -- 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]
