You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/06 12:10:25 UTC

[GitHub] [inlong] woofyzhao commented on a diff in pull request #5807: [INLONG-5799][Manager] Fix the source delete/stop/restart bug

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

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