swuferhong opened a new issue, #1744: URL: https://github.com/apache/fluss/issues/1744
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Motivation The method `Admin#listPartitionInfos(TablePath tablePath)` is currently called periodically by the partition discovery mechanism in `FlinkTableSource`. As a result, the number of API calls increases significantly as the number of subscribed consume jobs grows, leading to very frequent invocations. On the server side, listing partitions involves multiple requests to `ZooKeeper`, and for tables with a large number of partitions, this operation can take up to `10 seconds`. This issue will serve as the parent issue to address and optimize this performance problem. ### Solution _No response_ ### Anything else? _No response_ ### Willingness to contribute - [ ] 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]
