You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2020/08/05 00:32:00 UTC

[jira] [Updated] (BEAM-10618) subprocess_server.py fails to find a free port in IPv6 only environment

     [ https://issues.apache.org/jira/browse/BEAM-10618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Hulette updated BEAM-10618:
---------------------------------
    Fix Version/s: 2.24.0

> 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
>            Priority: P2
>             Fix For: 2.24.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {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)