Jingsong Lee created FLINK-29367: ------------------------------------ Summary: Avoid manifest corruption for incorrect checkpoint recovery Key: FLINK-29367 URL: https://issues.apache.org/jira/browse/FLINK-29367 Project: Flink Issue Type: Bug Components: Table Store Reporter: Jingsong Lee Assignee: Caizhi Weng Fix For: table-store-0.3.0
When the job runs to checkpoint N, if the user recovers from an old checkpoint (such as checkpoint N-5), the sink of the current FTS will cause a manifest corruption because duplicate files may be committed. We should avoid such corruption, and the storage should be robust enough. -- This message was sent by Atlassian Jira (v8.20.10#820010)