Joy-2000 commented on issue #19215: URL: https://github.com/apache/hudi/issues/19215#issuecomment-4915306555
> oops, I might miss some changes in the patch, check this one: > [data_loss_on_global_failover_fix2.patch](https://github.com/user-attachments/files/29795895/data_loss_on_global_failover_fix2.patch) This new patch works. BTW, there is a time gap between the failure of a commit (which stops the heartbeat) and the recommit (which restarts it). If an asynchronous or concurrent `clean` task triggers `rollbackFailedWrites` during this interval, the uncommitted instant might be rolled back, representing a potential risk. -- 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]
