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

   with Locking mechanism we expect  only one writer writes at a time by 
acquiring lock. and other writer waits for the lock.
   There should not be any concurrent writers. 
   We don't expect  concurrent errors in case of multi writer setup otherwise 
it is not working as expected,
   
   I have gone through this link 
https://hudi.apache.org/docs/concurrency_control#multi-writer-guarantees
   
   hoodie.write.lock.client.**wait_time_ms**
   hoodie.write.lock.client.**num_retries**
   
   with these params set writer should wait for the lock 
    Pls guide us how to overcome this issue.
   @zhedoubushishi
   @nsivabalan
   @xushiyan
   
   


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