Github user zentol commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-73936205 in my case, it returns this: ```python >>> import socket >>> socket.gethostname() 'Linux' >>> socket.getaddrinfo(socket.gethostname(), None, socket.AF_INET, socket.SOCK_DGRAM) [(2, 2, 17, '', ('127.0.1.1', 0))] ``` 127.0.1.1 is also present in my /etc/hosts i assume they are different because no error is printed. I tried several different approaches, and when i got no (python) error and only the timeout, further investigation showed that the resolved ip did not match 127.0.1.1.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---