Sagar Sumit created HUDI-6575:
---------------------------------
Summary: Prempt the condition to check whether MDT can be rolled
back before running rollback in data table
Key: HUDI-6575
URL: https://issues.apache.org/jira/browse/HUDI-6575
Project: Apache Hudi
Issue Type: Task
Components: metadata
Reporter: Sagar Sumit
Fix For: 0.14.0
Currently, while restoring, after we have processed N rollbacks in data table
(rollbacks are not yet committed), we call metadata writer update method which
then checks if there is at least a base file upto the point being restored. If
not, then it aborts and the N rollback processing is wasted. The check in
metadata writer update can be moved upfront.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)