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

   nope. thats not how it works as of today. 2nd writer don't wait for 1st 
writer to complete. Thats not OCC at all in my understanding. what you are 
suggesting is, take a global lock for each write, complete the write and  
release the lock and then start w/ next write. In my opinion, this is just a 
sequential batch of writes. 
   
   In general sense, multi-writer means, two concurrent writers can write to 
hudi concurrently. if they don't overlap wrt data they update, both should 
succeed. if not, one of them will fail. 
   
   let me know if you need more clarification. 
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to