swuferhong opened a new issue, #2092: URL: https://github.com/apache/fluss/issues/2092
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version 0.8.0 (latest release) ### Please describe the bug 🐞 `LookupSender#groupByLeaderAndType` may enter a busy loop when `tableInfo` is missing from the metadata. The reason is that `metadataUpdater.leaderFor()` will first `getTableInfo` from `metadateUpdater`, this operation will throw an exception which will be catch by `LookupSender#groupByLeaderAndType` and never return. ### Solution _No response_ ### Are you willing to submit a PR? - [ ] 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]
