yihua commented on issue #7969: URL: https://github.com/apache/hudi/issues/7969#issuecomment-1431873843
Hi @wqwl611 thanks for raising this. Could you clarify what kind of data loss do you observe (missing records, updates not applied, missing columns, etc.)? Also, are there any failures or other table services running before the compaction happened, based on the Hudi timeline? To inspect the compaction plan, you may use [Hudi CLI compaction commands](https://hudi.apache.org/docs/cli#compactions) or directly check the requested compaction instant under `.hoodie/`(`avrocat <instant_time>.compaction.requested`). If the compaction commit is archived, you may only look at the archived file for now to understand the compaction plan. -- 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]
