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

Brahma Reddy Battula reassigned HADOOP-8253:
--------------------------------------------

    Assignee: Brahma Reddy Battula

> Improper log mesage when blockreport interval comapred with initial delay
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-8253
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8253
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Brahma Reddy Battula
>            Assignee: Brahma Reddy Battula
>            Priority: Minor
>         Attachments: 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