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>
This commit is contained in:
hfutatzhanghb 2023-05-23 18:42:50 +08:00 committed by GitHub
parent aeb3f6f1a8
commit e9740cb17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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