Github user zhangminglei commented on the issue: https://github.com/apache/flink/pull/5449 Hi, @NicoK . I think ```InetAddress.getAllByName("localhost")``` wont work since we still give the specific hostname for that. And it will return a loopback address.
---