vinothchandar commented on pull request #3427:
URL: https://github.com/apache/hudi/pull/3427#issuecomment-897179236


   I am thinking about how to turn this off across different paths - spark 
datasource writer, deltastreamer, async compact,cleaner, clustering jobs. 
   
   From the code, I see the syncing happens on preWrite and postCommit. So the 
main issue is `WriteClient#compact()` and `WriteClient#cluster` calls invoking 
sync? Wondering if we should also check the write operation type and avoid 
syncing during these operations. then , as long as multi writer is turned on, 
it should work and be sane. 
   
   
   
   


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