ad1happy2go commented on issue #9213: URL: https://github.com/apache/hudi/issues/9213#issuecomment-1637830132
@Armelabdelkbir This normally happens when the table gets entered into bad state, In your timeline, I can see There were two rollbacks, One of the rollbacks kept trying to rollback a commit that was already rolled back by the other rollback instant. This normally happens when multi writers runs parallel without any concurrency control. The issue can be solved by manually removing the pending rollback instant and then resume the jobs. -- 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]
