You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "lisen (Jira)" <ji...@apache.org> on 2020/05/16 01:33:00 UTC

[jira] [Created] (FLINK-17742) Blob file not removed after task was cancelled in standalone mode

lisen created FLINK-17742:
-----------------------------

             Summary: Blob file not removed after task was cancelled in standalone mode
                 Key: FLINK-17742
                 URL: https://issues.apache.org/jira/browse/FLINK-17742
             Project: Flink
          Issue Type: Bug
          Components: API / Core
    Affects Versions: 1.10.0
            Reporter: lisen
             Fix For: 1.10.0


In standalone mode, i submit a job with my user jars, we know, the jars will be upload to blob server, and the TaskExecutor will be download blob file to local, So, jobmanager node and taskmanager node have two blob file at the same time. But the situation is,when the job finished or canceled, jobmanager node's blob file is removed and taskmanager is not. I think there is a risk of bursting here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)