yihua commented on issue #7209: URL: https://github.com/apache/hudi/issues/7209#issuecomment-1363551439
Hi @koldic, this problem is likely due to the case that the last `<instant>.clean` metadata file in the active timeline was partially written on HDFS at the time, but the file was there, so Hudi thought the clean action is complete. Next time, when deserializing the partial `<instant>.clean` file, the cleaner fails. Do you still happen to have the backup of the timeline files at that time? This theory can be verified by looking at the last clean instant file at that time. The files you shared seem to only have old clean instants. -- 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]
