HDFS-16079. Improve the block state change log (#3120). Contributed by tomscut.

Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
litao 2021-06-20 19:53:11 +08:00 committed by GitHub
parent d9eccb1eb3
commit bdc9c8809e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -377,6 +377,8 @@ public class DatanodeAdminManager {
+ ", maintenance replicas: " + num.maintenanceReplicas()
+ ", live entering maintenance replicas: "
+ num.liveEnteringMaintenanceReplicas()
+ ", replicas on stale nodes: " + num.replicasOnStaleNodes()
+ ", readonly replicas: " + num.readOnlyReplicas()
+ ", excess replicas: " + num.excessReplicas()
+ ", Is Open File: " + bc.isUnderConstruction()
+ ", Datanodes having this block: " + nodeList + ", Current Datanode: "