nsivabalan commented on issue #6606:
URL: https://github.com/apache/hudi/issues/6606#issuecomment-1248872759

   here is what is happening. 
   if there are two concurrent writers writing to non overlapping data files, 
hudi will succeed both writes. but if both are modifying the same data file, 
hudi will succeed one and will fail another write. and hence you are seeing 
conflict resolution failed. 
   
   


-- 
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]

Reply via email to