Yanfei Lei created FLINK-30863: ---------------------------------- Summary: Do not delete the local changelog file of aborted checkpoint Key: FLINK-30863 URL: https://issues.apache.org/jira/browse/FLINK-30863 Project: Flink Issue Type: Bug Components: Runtime / Checkpointing, Runtime / State Backends Affects Versions: 1.17 Reporter: Yanfei Lei
Do not delete the local changelog file of aborted checkpoint, because this checkpoint may contain the files of the previous checkpoint's file which would be used by local recovery. The local files of the aborted checkpoint would be deleted at next checkpoint completed or deleted when deleting the entire allocation folder when exiting the TM process. -- This message was sent by Atlassian Jira (v8.20.10#820010)