EgorFokin commented on issue #19290: URL: https://github.com/apache/hudi/issues/19290#issuecomment-4994692147
I have a file group right now which has: base file: 00000003-0000-0000-0000-000000000000-0_49-0-49_20260703071115108.parquet created by compaction (instant-time=20260703071115108) - completed This file group used to have a log file ".00000003-0000-0000-0000-000000000000-0_20260703064612810.log.1_0-1-4". I see that this log file is not in the compaction request that created the base file above. Relevant timeline events: deltacommit (instant-time=202607030646128) - completed compaction (instant-time=20260703071115108) - completed - didn't include ".00000003-0000-0000-0000-000000000000-0_20260703064612810.log.1_0-1-4", produced current base file compaction (instant-time=202607062045546) - failing - includes ".00000003-0000-0000-0000-000000000000-0_20260703064612810.log.1_0-1-4" clean (instant-time=202607062046241) - completed - includes ".00000003-0000-0000-0000-000000000000-0_20260703064612810.log.1_0-1-4" -- 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]
