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

Hadoop QA commented on HDFS-10856:
----------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m  7s{color} 
| {color:red} HDFS-10856 does not apply to trunk. Rebase required? Wrong 
Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HDFS-10856 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12828051/HDFS-10856.001.patch |
| Console output | 
https://builds.apache.org/job/PreCommit-HDFS-Build/16708/console |
| Powered by | Apache Yetus 0.4.0-SNAPSHOT   http://yetus.apache.org |


This message was automatically generated.



> Update the comment of BPServiceActor$Scheduler#scheduleNextBlockReport
> ----------------------------------------------------------------------
>
>                 Key: HDFS-10856
>                 URL: https://issues.apache.org/jira/browse/HDFS-10856
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Akira Ajisaka
>            Assignee: Yiqun Lin
>            Priority: Minor
>              Labels: newbie
>         Attachments: HDFS-10856.001.patch
>
>
> Now the interval is 6 hours by default.
> {code:title=BPServiceActor$Scheduler#scheduleNextBlockReport}
>         /* say the last block report was at 8:20:14. The current report
>          * should have started around 9:20:14 (default 1 hour interval).
>          * If current time is :
>          *   1) normal like 9:20:18, next report should be at 10:20:14
>          *   2) unexpected like 11:35:43, next report should be at 12:20:14
>          */
>         nextBlockReportTime +=
>               (((monotonicNow() - nextBlockReportTime + 
> blockReportIntervalMs) /
>                   blockReportIntervalMs)) * blockReportIntervalMs;
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to