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

Thomas Tauber-Marshall reassigned IMPALA-8501:
----------------------------------------------

    Assignee: Thomas Tauber-Marshall  (was: Michael Ho)

> RpcMgrTest.SlowCallback and RpcMgrTest.AsyncCall sometimes have port conflicts
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-8501
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8501
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Tim Armstrong
>            Assignee: Thomas Tauber-Marshall
>            Priority: Critical
>              Labels: flaky
>
> {noformat}
> Failed to add acceptor pool: Network error: error binding socket to 
> 127.0.0.1:55500: Address already in use (error 98)
> {noformat}
> This is running on centos 7.
> It looks like the ephemeral port is searched-for during the startup of the 
> test binary and only used later, so these tests have a bigger race window 
> than others. It would be good to defer finding the ephemeral port until it is 
> about to be used.
> {noformat}
> static int32_t SERVICE_PORT = FindUnusedEphemeralPort();
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to