浏览代码

HDFS-16908. Fix javadoc of field IncrementalBlockReportManager#readyToSend. (#5351). Contributed by farmmamba.

Reviewed-by: Tao Li <tomscut@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
hfutatzhanghb 2 年之前
父节点
当前提交
e9740cb17a

+ 2 - 2
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/IncrementalBlockReportManager.java

@@ -128,8 +128,8 @@ class IncrementalBlockReportManager {
       = Maps.newHashMap();
 
   /**
-   * If this flag is set then an IBR will be sent immediately by the actor
-   * thread without waiting for the IBR timer to elapse.
+   * If this flag is set then an IBR will be sent by the actor
+   * thread after waiting for the IBR timer to elapse.
    */
   private volatile boolean readyToSend = false;