You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "justinwwhuang (via GitHub)" <gi...@apache.org> on 2023/06/15 03:10:14 UTC

[GitHub] [inlong] justinwwhuang commented on a diff in pull request #8245: [INLONG-8244][Agent] Fix the thread leaks after job finished

justinwwhuang commented on code in PR #8245:
URL: https://github.com/apache/inlong/pull/8245#discussion_r1230367780


##########
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/reader/file/TriggerFileReader.java:
##########
@@ -31,6 +31,8 @@ public class TriggerFileReader implements Reader {
     @NotNull
     private String triggerId;
 
+    public volatile boolean finished = false;

Review Comment:
   no need, fix 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-unsubscribe@inlong.apache.org

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