xushiyan commented on issue #7589: URL: https://github.com/apache/hudi/issues/7589#issuecomment-1374517461
@maheshguptags what you need is to do savepointing. see https://hudi.apache.org/docs/disaster_recovery For each clustering (replace commit), you just need to trigger a savepoint and then cleaner won't delete the savepointed commit and its files, hence retain it forever (until you delete the savepoint). -- 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]
