healchow commented on code in PR #6562:
URL: https://github.com/apache/inlong/pull/6562#discussion_r1024686587


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java:
##########
@@ -453,6 +453,10 @@ public Boolean delete(String groupId, String operator) {
         InlongGroupEntity entity = groupMapper.selectByGroupId(groupId);
         Preconditions.checkNotNull(entity, 
ErrorCodeEnum.GROUP_NOT_FOUND.getMessage());
 

Review Comment:
   Suggest adding a comment: 
   ```
   before deleting an inlong group, delete all inlong streams, sources, sinks, 
and other info under it
   ```



-- 
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: commits-unsubscr...@inlong.apache.org

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

Reply via email to