Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS-5698 (FSImage in protobuf)
-
None
-
None
-
Reviewed
Description
Currently FSImageFormat.LoadDelegator reads the magic header using FileInputStream.read(). It does not guarantee that the magic header is fully read. It should use IOUtils.readFully() instead.