danny0405 commented on issue #19290: URL: https://github.com/apache/hudi/issues/19290#issuecomment-4997956744
since 1.x, an instant includes two timestamp: request time(instant time) and completion time(the time when the instant is committed) did you configure an explicit log provider, this ensures that the instant time generation must be global monotonically increasing, the compaction file including strategy is here: only the log file completed(the completion time) before the compaction request time(instant time) are included: https://github.com/apache/hudi/blob/d10b868d90c97bd7297c0ac18fcb7fcf3deac8af/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/plan/generators/BaseHoodieCompactionPlanGenerator.java#L146 -- 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]
