Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
Reviewed
Description
The namenode web UI currently passes around the NN's configured RPC address in the URL. One of the places this is used is for file browsing; the NN redirects to a random DN, and the DN then uses the NN address from the URL to contact the NN. However, this fails when the NN RPC address is configured to be the wildcard (0.0.0.0).
The fix is the same as in HDFS-3932: pass the configured address through NetUtils#getConnectAddress first.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-4483 Refactor NN WebUI to no longer pass IP addresses in the URL
- Resolved