Danny Chen created HUDI-1804:
--------------------------------
Summary: Continue to write when Flink write task restart because
of container killing
Key: HUDI-1804
URL: https://issues.apache.org/jira/browse/HUDI-1804
Project: Apache Hudi
Issue Type: Bug
Components: Flink Integration
Reporter: Danny Chen
Assignee: Danny Chen
Fix For: 0.9.0
The {{FlinkMergeHande}} creates a marker file under the metadata path each time
it initializes, when a write task restarts from killing, it tries to create the
existing file and reports error.
To solve this problem, skip the creation and use the original data file as base
file to merge.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)