aloyszhang commented on code in PR #10857: URL: https://github.com/apache/inlong/pull/10857#discussion_r1726882444
########## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/InlongClusterNodeEntityMapper.java: ########## @@ -55,6 +55,8 @@ List<InlongClusterNodeEntity> selectByParentId(@Param("parentId") Integer parent */ int updateStatus(@Param("id") Integer id, @Param("nextStatus") Integer nextStatus, @Param("status") Integer status); + int updateOperateLogById(@Param("id") Integer id, @Param("operateLog") String operateLog); Review Comment: this method is not used anywhere -- 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