Description
In order to allow the FsImageValidation tool to verify the namespace structure, we use a visitor pattern so that the tool can visit all the INodes and all the snapshots in the namespace tree.
The existing INode.dumpTreeRecursively() can also be implemented by a visitor.
Attachments
Issue Links
- breaks
-
HDFS-15523 Fix the findbugs warnings from HDFS-15520
- Resolved
- is depended upon by
-
HDFS-15521 Remove INode.dumpTreeRecursively()
- Open
-
HDFS-15519 Check inaccessible INodes in FsImageValidation
- Resolved
- links to