wenbingshen commented on PR #10767:
URL: https://github.com/apache/hudi/pull/10767#issuecomment-1968164008

   > Makes sense for me. Insert mode does not support compaction, do you mean 
`scheduleClustering`?
   
   We are stuck on scheduleCompaction. Compaction is not supported in Insert 
mode, but we have not turned it off before. When we encountered problems, we 
decided to turn it off for optimization, but whether it is scheduleCompaction, 
scheduleClustering, or other operations, because in There are some other 
operations that need to be performed after commitInstant. If you encounter some 
kind of problem during this operation that causes the execution to take a long 
time, such as reading HDFS, writing HDFS, etc., it will cause the problems I 
described above.
   @danny0405 
   


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