Cpandey43 commented on issue #10183:
URL: https://github.com/apache/hudi/issues/10183#issuecomment-1831293157

   > @Cpandey43 I had the same questions. The name `async` is misleading, 
currently this suggests the current writer to not perform the specific table 
service (clustering, compaction) inline. Rather, to inform the writer that 
async service will be `scheduled and/or executed` independently. Hence, this 
config doesn't run the table service as a daemon (in a separate thread), you 
had to perform the operation as a separate job.
   > 
   > I managed to run a separate table services job with distributed locking 
enabled (using ZooKeeper) in order to avoid write conflicts.
   
   @vinothchandar @nsivabalan @codope  Can you please confirm this one??


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