You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Qingsheng Ren (Jira)" <ji...@apache.org> on 2021/12/16 08:00:00 UTC

[jira] [Created] (FLINK-25340) Cleanup temporary directories from JM container before tearing down FlinkContainers

Qingsheng Ren created FLINK-25340:
-------------------------------------

             Summary: Cleanup temporary directories from JM container before tearing down FlinkContainers
                 Key: FLINK-25340
                 URL: https://issues.apache.org/jira/browse/FLINK-25340
             Project: Flink
          Issue Type: Bug
          Components: Test Infrastructure
            Reporter: Qingsheng Ren
             Fix For: 1.15.0


Currently FlinkContainers will try to delete temporary directories from JVM after tearing down JM and TM containers, but this approach has file permission issues on AZP. Instead we remove these temporary directories directly inside the container of JobManager before we stop it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)