You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/01/24 07:58:00 UTC

[jira] [Created] (FLINK-25770) Delete file is not correct in MergeTreeWriter

Jingsong Lee created FLINK-25770:
------------------------------------

             Summary: Delete file is not correct in MergeTreeWriter
                 Key: FLINK-25770
                 URL: https://issues.apache.org/jira/browse/FLINK-25770
             Project: Flink
          Issue Type: Bug
          Components: Table Store
            Reporter: Jingsong Lee
            Assignee: Jingsong Lee
             Fix For: table-store-0.1.0


The deletion in MergeTreeWriter.updateCompactResult dose not consider upgrade case, the upgrade file is required by previous snapshot and following snapshot, we should ensure:
1. This file is not the output of upgraded.
2. This file is not the input of upgraded.

Otherwise, the file will be deleted incorrectly.



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