[ 
https://issues.apache.org/jira/browse/HDFS-16042?focusedWorklogId=606185&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-606185
 ]

ASF GitHub Bot logged work on HDFS-16042:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Jun/21 20:14
            Start Date: 03/Jun/21 20:14
    Worklog Time Spent: 10m 
      Work Description: kihwal commented on pull request #3058:
URL: https://github.com/apache/hadoop/pull/3058#issuecomment-854148519


   TestDecommissioningStatus and TestDecommissioningStatusWithBackoffMonitor
   Please check whether the failures are related to the change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 606185)
    Time Spent: 0.5h  (was: 20m)

> DatanodeAdminMonitor scan should be delay based
> -----------------------------------------------
>
>                 Key: HDFS-16042
>                 URL: https://issues.apache.org/jira/browse/HDFS-16042
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: datanode
>            Reporter: Ahmed Hussein
>            Assignee: Ahmed Hussein
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In {{DatanodeAdminManager.activate()}}, the Monitor task is scheduled with a 
> fixed rate, ie. the period is from start1 -> start2.  
> {code:java}
> executor.scheduleAtFixedRate(monitor, intervalSecs, intervalSecs,
>    TimeUnit.SECONDS);
> {code}
> According to Java API docs for {{scheduleAtFixedRate}},
> {quote}If any execution of this task takes longer than its period, then 
> subsequent executions may start late, but will not concurrently 
> execute.{quote}
> It should be a fixed delay so it's end1 -> start1.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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