Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.20.3
-
None
-
None
-
Reviewed
Description
When a negative port is assigned to a webserver socket (because of a race inside of the Jetty server) the workaround from HADOOP-6386 is increasing the original port number on the next bind attempt. Apparently, this is an incorrect logic and next bind attempt should happen on the same port number if possible.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-6386 NameNode's HttpServer can't instantiate InetSocketAddress: IllegalArgumentException is thrown
- Closed