hudi-bot opened a new issue, #15674: URL: https://github.com/apache/hudi/issues/15674
Currently, the instant can be rolled back one by one, say we have 4 instants here: instant1, instant2, instant3, instant4 If we want to roll back to instant1, instant4 should be rolled back firstly, then instant 3 and so forth. One demand/request here is to support to roll back to instant1 directly. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-5523 - Type: New Feature --- ## Comments 12/Jan/23 02:29;shivnarayan;it is feasible. we need to add savepoint and trigger restore to the savepointed commit. https://hudi.apache.org/docs/disaster_recovery;;; -- 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]
