[jira] [Created] (FLINK-8540) FileStateHandles must not attempt to delete their parent directory.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-8540) FileStateHandles must not attempt to delete their parent directory.

Shang Yuanchun (Jira)
Stephan Ewen created FLINK-8540:
-----------------------------------

             Summary: FileStateHandles must not attempt to delete their parent directory.
                 Key: FLINK-8540
                 URL: https://issues.apache.org/jira/browse/FLINK-8540
             Project: Flink
          Issue Type: Sub-task
          Components: State Backends, Checkpointing
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.5.0


Currently, every file disposal checks if the parent directory is now empty, and deletes it if that is the case. That is not only inefficient, but prohibitively expensive on some systems, like Amazon S3.

With the resolution of [FLINK-8539], this will no longer be necessary.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)