wuchong opened a new issue, #2272: URL: https://github.com/apache/fluss/issues/2272
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Motivation Currently, the `local-cluster.sh` script hardcodes TabletServer addresses to `localhost:0`, ignoring the `bind.listeners` configuration in `server.yaml` (which defaults to `FLUSS://localhost:9123` but can be customized to an externally accessible IP and port). This inconsistency causes a usability issue: while the Coordinator can be reached from external machines (thanks to `bind.listeners`), TabletServers remain bound to `localhost` and are therefore inaccessible externally. ### Solution To improve usability and consistency, TabletServers should use the **same hostname** (or IP) specified in `bind.listeners`, while still using port `0` to avoid conflicts with the Coordinator’s fixed port. This ensures the entire local cluster can be uniformly accessed from remote clients when needed. ### 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]
