Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.3
-
None
-
None
Description
On the NameNode status web page "Browse the filesystem" link can point to a dead data-node.
The reason for that is that FSNamesystem.randomDataNode() selects a random node from the
list of all nodes rather then selecting among alive nodes only.