Qiuzhuang commented on issue #10891:
URL: https://github.com/apache/hudi/issues/10891#issuecomment-2044133901

   > but woudn't the inprocess lock provider kick in? and should avoid multiple 
writers to MDT. I am assuming the setup is, spark streaming w/ async compaction 
or clustering. A single process, but multiple thread trying to ingest to MDT. 
if in process lock provider is not kicking in, then its a bug.
   
   If async clustering is in the same process, we don't run into issue for now. 
But for multiple writes like offline clustering in another process, as 
indicated by @danny0405, we should have ZK lock provider to serialize MDT 
write.  


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