Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS-5698 (FSImage in protobuf)
-
None
-
None
-
Reviewed
Description
When loading the fsimage, the current code computes its MD5 digest on-the-fly. It does not work when the code does not read all the sections in strictly sequential order.
This jira proposes to compute the MD5 digest before loading fsimage.