hudi-bot opened a new issue, #14556: URL: https://github.com/apache/hudi/issues/14556
Related to HUDI-716 and PR-1432 The PR address the specific issue of deleting orphaned inflight/requested clean actions by older versions of Hudi. Currently rollback performs reverting only commit and delta-commit operations. We can introduce a new API which will consistently revert all pending actions clean, compact, commit and delta-commit. Currently, we dont rollback clean. Instead we expect future clean operations to first finish up pending clean first. By having this new API (rollbackPendingActions), we can let users consistently revert any actions if they want. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-747 - Type: New Feature - Affects version(s): - 0.9.0 - Fix version(s): - 1.1.0 --- ## Comments 30/Mar/20 09:14;vbalaji;[~lamber-ken] FYI. If you are interested, kindly go through this ticket and take it up. Thanks, Balaji.V;;; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
