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

   I can give some details/background here,
   
   the `CompactionPlanOperator` tries to schedule new compaction plan on each 
checkpoint complete event, in release 0.11, we tweak the strategy to not 
schedule new in the last compaction does not finish yet. While before 0.11, the 
new compaction is scheduled no matter whether the last compaction is on-going.
   
   We also add a timed-out rollback strategy in release 0.11, the default 
timeout interval is 20 minutes. If a compaction does not finish within 20 
minutes, we also try to rollback it, see: 
https://github.com/apache/hudi/blob/4258a715174e0a97271112148ab20ef9307e2bd8/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/compact/CompactionPlanOperator.java#L91


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