Brian Hulette created BEAM-10618:
------------------------------------
Summary: subprocess_server.py fails to find a free port in IPv6
only environment
Key: BEAM-10618
URL: https://issues.apache.org/jira/browse/BEAM-10618
Project: Beam
Issue Type: Improvement
Components: sdk-py-core
Reporter: Brian Hulette
Assignee: Brian Hulette
{code}
../apache_beam/utils/subprocess_server.py", line 294, in find_free_port
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
File "<embedded stdlib>/socket.py", line 144, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 97] Address family not supported by protocol
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)