MrAladdin commented on issue #11567: URL: https://github.com/apache/hudi/issues/11567#issuecomment-2235263878
@danny0405 When using the hudi-cli to view the timeline, it was discovered that 160 instants had not been archived, and the timeline of the metadata table had not been compacted. Among these early instants, there was a deltacommit that remained in the REQUESTED state. Subsequently, an archival operation was performed on the Hudi table using the hudi-cli, and a rollback was executed for the deltacommit that was stuck in the REQUESTED state. However, it was found that the running program failed due to insufficient resources. Upon further investigation, it was discovered that the index already constructed under .hoodie/metadata/record_index had been mysteriously deleted, which is really frustrating. -- 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]
