[ 
https://issues.apache.org/jira/browse/HDFS-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181828#comment-13181828
 ] 

Hudson commented on HDFS-2349:
------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1584 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1584/])
    Merged HDFS-2349, HDFS-2729, HDFS-2726, HDFS-554, HDFS-1314, HADOOP-7910 to 
branch-0.23, updating CHANGES.txt for trunk.

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1228567
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

                
> DN should log a WARN, not an INFO when it detects a corruption during block 
> transfer
> ------------------------------------------------------------------------------------
>
>                 Key: HDFS-2349
>                 URL: https://issues.apache.org/jira/browse/HDFS-2349
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: data-node
>    Affects Versions: 0.20.204.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>             Fix For: 0.23.1
>
>         Attachments: HDFS-2349.diff
>
>
> Currently, in DataNode.java, we have:
> {code}
>       LOG.info("Can't replicate block " + block
>           + " because on-disk length " + onDiskLength 
>           + " is shorter than NameNode recorded length " + 
> block.getNumBytes());
> {code}
> This log is better off as a WARN as it indicates (and also reports) a 
> corruption.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to