danny0405 commented on PR #7907: URL: https://github.com/apache/hudi/pull/7907#issuecomment-1786320842
> > > for this feature, how do we handle the failure writing commits,will it be rollback by other writing tasks? > > > > > > There is no failure thrown actively because the conflicts would be reslved automically. > > not the conflict failure but some other failure such as input data not correct. now we use partition lock for hudi but in some case there`s some failure commits and it won`t been rollback or archived. The failures are either taken care of by the writer if the failed writes rollback strategy is configured as `EAGER` or by the cleaner if there are multiple writers with the rollback strategy configured as `LAZY`. -- 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]
