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

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

     [ https://issues.apache.org/jira/browse/BEAM-10618?focusedWorklogId=465856&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-465856 ]

ASF GitHub Bot logged work on BEAM-10618:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Aug/20 18:33
            Start Date: 03/Aug/20 18:33
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on pull request #12438:
URL: https://github.com/apache/beam/pull/12438#issuecomment-668176913


   > I suppose IPv4 environments aren't a think anymore? If so, this looks good.
   
   Hm I hadn't thought about that... I can change this so AF_INET6 is a fallback when AF_INET fails.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 465856)
    Time Spent: 20m  (was: 10m)

> 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
>          Time Spent: 20m
>  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)