danny0405 opened a new issue, #17700: URL: https://github.com/apache/hudi/issues/17700
### Task Description **What needs to be done:** - [ ] add file based metadata in `.axu` folder to keep the mappings of checkpint id -> instant - [ ] a new mapping entry is created when a new instant is generated on coordinator - [ ] a old mapping entry is removed when the instant is commited/removed from the coordinator - [ ] add a access API on the metadata to probe if a given checkpoint id is committed to Hudi - [ ] add tests **Why this task is needed:** 1. This is required by `BucketAssign` op to get the inflight instants to access MDT; 2. also needed by the inflight entries cache to avoid eager eviction. ### Task Type Code improvement/refactoring ### Related Issues **Parent feature issue:** (if applicable ) **Related issues:** NOTE: Use `Relationships` button to add parent/blocking issues after issue is created. -- 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]
