zhuanshenbsj1 commented on PR #9039: URL: https://github.com/apache/hudi/pull/9039#issuecomment-1605381439
> > 1.getDeltaCommitsSinceLatestCompaction wants to make sure that there are enough delta commits in the active timeline to trigger compaction scheduling, also need to consider inflight compaction. > > like timeline : dc1,dc2,compaciton1.complete,dc3,dc4,compaction1.inflight,dc5,dc6 > > we just need to retains dc5 and dc6. > > `CompactionTriggerStrategy.NUM_COMMITS_AFTER_LAST_REQUEST` does exactly this. Is that working for you? it seems that the archive doesn't take these two strategies into account? -- 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]
