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

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

                Author: ASF GitHub Bot
            Created on: 25/Jan/22 15:48
            Start Date: 25/Jan/22 15:48
    Worklog Time Spent: 10m 
      Work Description: tomscut commented on a change in pull request #3831:
URL: https://github.com/apache/hadoop/pull/3831#discussion_r791853926



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DNConf.java
##########
@@ -311,6 +299,19 @@ public DNConf(final Configurable dn) {
     );
   }
 
+  private void initBlockReportDelay() {
+    long initBRDelay = getConf().getTimeDuration(
+        DFS_BLOCKREPORT_INITIAL_DELAY_KEY,
+        DFS_BLOCKREPORT_INITIAL_DELAY_DEFAULT, TimeUnit.SECONDS) * 1000L;

Review comment:
       Thanks for your review. I fix it.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 714607)
    Time Spent: 1h 40m  (was: 1.5h)

> Reconfig block report parameters for datanode
> ---------------------------------------------
>
>                 Key: HDFS-16398
>                 URL: https://issues.apache.org/jira/browse/HDFS-16398
>             Project: Hadoop HDFS
>          Issue Type: New Feature
>            Reporter: tomscut
>            Assignee: tomscut
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to