rangareddy commented on issue #7653: URL: https://github.com/apache/hudi/issues/7653#issuecomment-4831684596
This is expected OCC behavior, not a bug — the lock only serializes the commit-validation phase, it doesn't prevent the conflict. When two writers touch the same file group, the later committer is rejected by design and must retry. Either partition writers to disjoint file groups, add orchestrator-level retry (full app-attempt, not lock-retry), or move MOR tables to NBCC in Hudi 1.x. -- 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]
