kipshi commented on code in PR #8151:
URL: https://github.com/apache/inlong/pull/8151#discussion_r1219122562
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/InlongClusterServiceImpl.java:
##########
@@ -1196,8 +1197,8 @@ private List<InlongClusterNodeEntity>
getClusterNodes(String groupId, String clu
InlongGroupEntity groupEntity = groupMapper.selectByGroupId(groupId);
if (groupEntity == null) {
String msg = "inlong group not exists for groupId=" + groupId;
- LOGGER.debug(msg);
- throw new BusinessException(msg);
+ LOGGER.info(msg);
Review Comment:
done
--
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]