Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Currently, in NetworkTopology, getLeaf doesn't do too much validation on the InnerNode object itself. This results in us getting ClassCastException sometimes when the network topology is invalid. We should have a less confusing exception message for this case.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-12173 NetworkTopology#add calls NetworkTopology#toString always
- Resolved
-
HADOOP-16662 Remove unnecessary InnerNode check in NetworkTopology#add()
- Resolved
- relates to
-
HDFS-3129 NetworkTopology: add test that getLeaf should check for invalid topologies
- Closed