HDFS-16385. Fix Datanode retrieve slownode information bug. (#3803)
Reviewed-by: Symious <yiyang0203@gmail.com> Reviewed-by: Hui Fei <ferhui@apache.org> Reviewed-by: litao <tomleescut@gmail.com>
This commit is contained in:
parent
746b328554
commit
9420cb6f8a
@ -152,6 +152,7 @@ public HeartbeatResponseProto sendHeartbeat(RpcController controller,
|
|||||||
}
|
}
|
||||||
|
|
||||||
builder.setFullBlockReportLeaseId(response.getFullBlockReportLeaseId());
|
builder.setFullBlockReportLeaseId(response.getFullBlockReportLeaseId());
|
||||||
|
builder.setIsSlownode(response.getIsSlownode());
|
||||||
return builder.build();
|
return builder.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user