woofyzhao commented on code in PR #5807:
URL: https://github.com/apache/inlong/pull/5807#discussion_r963623944
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/listener/source/AbstractSourceOperateListener.java:
##########
@@ -99,6 +99,10 @@ protected void operateStreamSources(String groupId, String
streamId, String oper
*/
@SneakyThrows
public boolean checkIfOp(StreamSource streamSource, List<StreamSource>
unOperatedSources) {
+ // template source task need not be operated
Review Comment:
Also here. The template task is filtered.
Comments added.
--
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]