[ 
https://issues.apache.org/jira/browse/HDFS-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsuyoshi Ozawa updated HDFS-8207:
---------------------------------
          Resolution: Fixed
       Fix Version/s: 2.8.0
    Target Version/s: 2.8.0
        Hadoop Flags: Reviewed
              Status: Resolved  (was: Patch Available)

Committed this to trunk and branch-2. Thanks [~brahmareddy] and [~ashish 
singhi] for your contribution.

> Improper log message when blockreport interval compared with initial delay
> --------------------------------------------------------------------------
>
>                 Key: HDFS-8207
>                 URL: https://issues.apache.org/jira/browse/HDFS-8207
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>            Reporter: Brahma Reddy Battula
>            Assignee: Brahma Reddy Battula
>            Priority: Minor
>              Labels: BB2015-05-TBR
>             Fix For: 2.8.0
>
>         Attachments: HDFS-8207.patch, Hadoop-8253.patch, Hadoop-8253.patch
>
>
> Log message is telling if initialDelay is more than blockReportInterval 
> setting to 0.
> But actuall check is greaterthan and equal..like following..It is misleading 
> initail I thought if it
> is equal then initailBr wn't set to zero.
> {code}
> if (initBRDelay >= blockReportInterval) {
>       initBRDelay = 0;
>       DataNode.LOG.info("dfs.blockreport.initialDelay is greater than " +
>           "dfs.blockreport.intervalMsec." + " Setting initial delay to 0 
> msec:");
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to