Skip to content

Commit

Permalink
HDFS-16908. Fix javadoc of field IncrementalBlockReportManager#readyT…
Browse files Browse the repository at this point in the history
…oSend. (apache#5351). Contributed by farmmamba.

Reviewed-by: Tao Li <tomscut@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
  • Loading branch information
hfutatzhanghb committed May 23, 2023
1 parent aeb3f6f commit e9740cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ int putMissing(ReceivedDeletedBlockInfo[] rdbis) {
= 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;

Expand Down

0 comments on commit e9740cb

Please sign in to comment.