Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The latest jetty version (tested with 9.4.28.v20200408 which is not included in HBase yet) wraps BindException into an IOException when it fails to bind to a port.
This breaks HttpServer's findPort functionality, which manifests in TestHttpServer.testBindAddress failing.
The proposed patch handles both the old and the new jetty behaviour correctly.
Attachments
Issue Links
- is related to
-
HADOOP-17119 Jetty upgrade to 9.4.x causes MR app fail with IOException
- Resolved
- relates to
-
HADOOP-16982 Update Netty to 4.1.48.Final
- Resolved
- links to