danny0405 commented on issue #7546:
URL: https://github.com/apache/hudi/issues/7546#issuecomment-1373119831

   Okey, you need to confirm 2 things:
   
   1. The offline compaction supports to compact multiple instants at the same 
time, you can disable it to not let the compaction for one job takes too long
   2. Dig into the `CompactionCommit` sink to see why the compaction is not 
committed, the compaction instant is committed when all the file groups belong 
to it has finish the compaction task, you can see some inputs/outputs metrics 
on the job DAG metrics, and there are some log for `CompactionCommit` operator.


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