Details
Description
While loading INodeDirectorySection of fsimage, it will update name cache and block map after added inode file to inode directory. It would reduce time cost of fsimage loading to enable these steps run in parallel.
In our test case, with patch HDFS-13694 and HDFS-14617, the time cost to load fsimage (220M files & 240M blocks) is 470s, with this patch , the time cost reduce to 410s.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-13694 Making md5 computing being in parallel with image loading
- Resolved
-
HDFS-14617 Improve fsimage load time by writing sub-sections to the fsimage index
- Resolved