-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.0-beta
-
Component/s: namenode
-
Labels:None
-
Hadoop Flags:Reviewed
- There are multiple places checking whether an inode is file by checking !isDirectory() && !isSymlink(). Let's add isFile() to INode.
- When adding child node to parent in image loading, synchronization is not needed.