sivabalan narayanan created HUDI-4534:
-----------------------------------------
Summary: Upgrade fails when there is a partially failed commit
during upgrade w/ deltastreamer
Key: HUDI-4534
URL: https://issues.apache.org/jira/browse/HUDI-4534
Project: Apache Hudi
Issue Type: Bug
Reporter: sivabalan narayanan
Assignee: sivabalan narayanan
when deltastreamer is used for writes and if upgrade is required, upgrade fails
when there is a partially failed commit in timeline. bcoz, Deltastreamer calls
startCommit() which internally rollsback the partially failed commit. but after
calling writeClient.upsert(), upgrade is triggered. In this code block of
interest, we again try to check for partially failed commits and rollback them.
but metaclient wasn't reloaded and hence we run into issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)