You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Haohui Mai (JIRA)" <ji...@apache.org> on 2014/02/04 23:28:09 UTC

[jira] [Created] (HDFS-5884) LoadDelegator should use IOUtils.readFully() to read the magic header

Haohui Mai created HDFS-5884:
--------------------------------

             Summary: LoadDelegator should use IOUtils.readFully() to read the magic header
                 Key: HDFS-5884
                 URL: https://issues.apache.org/jira/browse/HDFS-5884
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Haohui Mai
            Assignee: Haohui Mai


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.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)