You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Sergio Sainz (Jira)" <ji...@apache.org> on 2023/03/31 23:50:00 UTC

[jira] [Created] (FLINK-31685) Checkpoint job folder not deleted after job is cancelled

Sergio Sainz created FLINK-31685:
------------------------------------

             Summary: Checkpoint job folder not deleted after job is cancelled
                 Key: FLINK-31685
                 URL: https://issues.apache.org/jira/browse/FLINK-31685
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Checkpointing
    Affects Versions: 1.16.1
            Reporter: Sergio Sainz


When flink job is being checkpointed, and after the job is cancelled, the checkpoint is indeed deleted (as per {{{}execution.checkpointing.externalized-checkpoint-retention: DELETE_ON_CANCELLATION{}}}), but the job-id folder still remains:
 {color:var(--ds-text, #172b4d)}{{{color:var(--ds-text-subtlest, #505f79) }1{color}[sergio@flink-cluster-54f7fc7c6-k6km8 JobCheckpoints]$ ls{color:var(--ds-text-subtlest, #505f79) }2{color}01eff17aa2910484b5aeb644bc531172  3a59309ef018541fc0c20856d0d89855  78ff2344dd7ef89f9fbcc9789fc0cd79  a6fd7cec89c0af78c3353d4a46a7d273  dbc957868c08ebeb100d708bbd057593{color:var(--ds-text-subtlest, #505f79) }3{color}04ff0abb9e860fc85f0e39d722367c3c  3e09166341615b1b4786efd6745a05d6  79efc000aa29522f0a9598661f485f67  a8c42bfe158abd78ebcb4adb135de61f  dc8e04b02c9d8a1bc04b21d2c8f21f74{color:var(--ds-text-subtlest, #505f79) }4{color}05f48019475de40230900230c63cfe89  3f9fb467c9af91ef41d527fe92f9b590  7a6ad7407d7120eda635d71cd843916a  a8db748c1d329407405387ac82040be4  dfb2df1c25056e920d41c94b659dcdab{color:var(--ds-text-subtlest, #505f79) }5{color}09d30bc0aaaaff786994a6a3bb06abd3  455525b76a1c6826b6eaebd5649c5b6b  7b1458424496baaf3d020e9fece525a4  aa2ef9587b2e9c123744e8940a66a287}}{color}
All folders in the above list, like {{01eff17aa2910484b5aeb644bc531172}}  , are empty ~

 

*Expected behaviour:*

The job folder id should also be deleted.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)