dat-vikash commented on issue #8060: URL: https://github.com/apache/hudi/issues/8060#issuecomment-1655936061
when looking at the `.hoodie` directory for this table in S3, i see the pending commit file `20230727223026767` ``` 20230727223026767.deltacommit.inflight | inflight | July 27, 2023, 18:30:27 (UTC-04:00) | 0 B | Standard 20230727223026767.deltacommit.requested | requested | July 27, 2023, 18:30:27 (UTC-04:00) | 0 B | Standard ``` and the last completed commit `20230727225634581` ``` 20230727225634581.deltacommit | deltacommit | July 27, 2023, 18:58:06 (UTC-04:00) | 9.1 KB | Standard 20230727225634581.deltacommit.inflight | inflight | July 27, 2023, 18:56:35 (UTC-04:00) | 0 B | Standard 20230727225634581.deltacommit.requested | requested | July 27, 2023, 18:56:35 (UTC-04:00) | 0 B | Standard ``` looking at the last modified date, i'm guessing the original pending didn't get committed perhaps due to flink restarting or some error. Upon restart sometime later a deltacommit was done, but the pending was never cleaned up?? -- 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]
