Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Edit log branch (HDFS-1073)
-
None
-
Reviewed
Description
HDFS-903 added the MD5 checksum of the fsimage to the VERSION file in each image directory. This allows it to verify that the FSImage didn't get corrupted or accidentally replaced on disk.
With HDFS-1073, there may be multiple fsimage_N files in a storage directory corresponding to different checkpoints. So having a single MD5 in the VERSION file won't suffice. Instead we need to store an MD5 per image file.