rangareddy commented on issue #17960:
URL: https://github.com/apache/hudi/issues/17960#issuecomment-3791233920

   Hi @bithw1 
   
   After compaction is **scheduled**, Hudi only marks eligible file slices but 
does not block writes. Normal write operations continue appending data to **new 
log files of the same file groups**, not new file groups.
   
   When compaction executes, it compacts only the log files present at 
scheduling time. Log files created after scheduling are handled in the **next 
compaction cycle**.


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