You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/02 15:29:00 UTC

[jira] [Updated] (ARROW-6412) [C++] arrow-flight-test can crash because of port allocation

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

ASF GitHub Bot updated ARROW-6412:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] arrow-flight-test can crash because of port allocation
> ------------------------------------------------------------
>
>                 Key: ARROW-6412
>                 URL: https://issues.apache.org/jira/browse/ARROW-6412
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>
> I get this error sometimes locally when running the tests in parallel:
> {code}
> [----------] 11 tests from TestFlightClient
> [ RUN      ] TestFlightClient.ListFlights
> E0902 15:13:55.996271678   17281 socket_utils_common_posix.cc:201] check for SO_REUSEPORT: {"created":"@1567430035.996256600","description":"SO_REUSEPORT unavailable on compiling system","file":"../src/core/lib/iomgr/socket_utils_common_posix.cc","file_line":169}
> [       OK ] TestFlightClient.ListFlights (17 ms)
> [ RUN      ] TestFlightClient.GetFlightInfo
> E0902 15:13:56.013065793   17281 server_chttp2.cc:40]        {"created":"@1567430036.013032600","description":"No address added out of total 1 resolved","file":"../src/core/ext/transport/chttp2/server/chttp2_server.cc","file_line":394,"referenced_errors":[{"created":"@1567430036.013029044","description":"Unable to configure socket","fd":6,"file":"../src/core/lib/iomgr/tcp_server_utils_posix_common.cc","file_line":217,"referenced_errors":[{"created":"@1567430036.013021880","description":"Address already in use","errno":98,"file":"../src/core/lib/iomgr/tcp_server_utils_posix_common.cc","file_line":190,"os_error":"Address already in use","syscall":"bind"}]}]}
> ../src/arrow/flight/flight_test.cc:271: Failure
> Failed
> 'server->Init(options)' failed with Unknown error: Server did not start properly
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)