codope commented on issue #7125: URL: https://github.com/apache/hudi/issues/7125#issuecomment-1335458212
I think this issue is not directly related to metadata table. From the timeline and stacktrace, here's what we know: 1. After about 302 deltacommits, a clean was triggered => `20221102011713963.clean.requested` 2. This clean never completed because the metadata table column stats update failed for the corresponding clean metadata. In the metadata timeline, we only see `20221102011713963.deltacommit.requested`. 3. the failure in metadata table is due to `StringIndexOutOfBoundsException: String index out of range: -10` from [this code](https://github.com/apache/hudi/blob/release-0.12.1/hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java#L1158). This can happen when file path string is shorter than the partition name itself which is very unlikely. @shubhambg95 For further investigation, please provide the contents of `20221102011713963.clean.requested` file in the Hudi timeline. -- 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]
