[
https://issues.apache.org/jira/browse/DRILL-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Barclay (Drill) updated DRILL-3026:
------------------------------------------
Description:
Revisit BasicServer's detection of port-binding problems.
It checks for BindException, but BindException is not the only exception used
to report port-binding failures. (For example, sometimes IOException is used:
"java.io.IOException: bind() failed: Address already in use".)
> Revisit BasicServer's check for BindException (IOException also used)
> ---------------------------------------------------------------------
>
> Key: DRILL-3026
> URL: https://issues.apache.org/jira/browse/DRILL-3026
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Daniel Barclay (Drill)
> Fix For: Future
>
>
> Revisit BasicServer's detection of port-binding problems.
> It checks for BindException, but BindException is not the only exception used
> to report port-binding failures. (For example, sometimes IOException is
> used: "java.io.IOException: bind() failed: Address already in use".)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)