bvaradar opened a new pull request #699: HUDI-136 - Only inflight commit timeline (.commit/.deltacommit) must be used when checking for sanity during compaction scheduling URL: https://github.com/apache/incubator-hudi/pull/699 Reported by css. The compaction scheduling logic ensures there are no previous inflight commits as that could cause data-loss. The checking logic wrongly considers inflights of all actions (e:g Cleaner) when checking. This would unnecessarily fail the compaction schedule.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
