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

   Generally multi-writering capablity means, both the writer can write 
concurrently only if they don't have overlapping data being ingested. 
   for eg, if both are ingesting to two different partitions completely. If 
not, hudi may not be able to resolve the winner and hence will abort/fail one 
of the writer. 
   
   Its expected. 
   
   Can you clarify if two writers are writing non-overlapping data and still 
results in concurrent modification exception. 
   


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