platinumhamburg opened a new issue, #3479: URL: https://github.com/apache/fluss/issues/3479
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Motivation The orphan files cleanup action needs to query the coordinator for: 1. **Remote log manifests** — to identify which log segments are still referenced by an active manifest and must not be deleted. 2. **Active KV snapshots** — to identify which snapshot directories (and their shared SST files) are still retained or lease-pinned and must not be deleted. Without these RPCs, the cleanup action cannot safely distinguish orphan files from active ones. ### Solution ### New API Keys | API Key | ID | Name | |---------|------|------| | `LIST_REMOTE_LOG_MANIFESTS` | 1063 | List per-bucket remote log manifest paths and end offsets | | `LIST_KV_SNAPSHOTS` | 1064 | List per-bucket active KV snapshot IDs | ### Anything else? _No response_ ### Willingness to contribute - [x] I'm willing to submit a PR! -- 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]
