EgorFokin commented on issue #19290: URL: https://github.com/apache/hudi/issues/19290#issuecomment-5005625282
We are using org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider in all our writers. > only the log file completed(the completion time) before the compaction request time(instant time) are included Does this mean that if there is a deltacommit during compaction execution, then it is possible for it to have an instant time older than the base file instant time? Will cleaner clean it in this case (even though it hasn't been compacted)? -- 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]
