HDFS-4370. Fix typo Blanacer in DataNode. Contributed by Chu Tong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1566422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
204704a92d
commit
ff24753aa7
@ -360,6 +360,8 @@ Release 2.4.0 - UNRELEASED
|
||||
HDFS-4911. Reduce PeerCache timeout to be commensurate with
|
||||
dfs.datanode.socket.reuse.keepalive (cmccabe)
|
||||
|
||||
HDFS-4370. Fix typo Blanacer in DataNode. (Chu Tong via shv)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HDFS-5790. LeaseManager.findPath is very slow when many leases need recovery
|
||||
|
@ -2494,7 +2494,7 @@ public void clearAllBlockSecretKeys() {
|
||||
/**
|
||||
* Get current value of the max balancer bandwidth in bytes per second.
|
||||
*
|
||||
* @return bandwidth Blanacer bandwidth in bytes per second for this datanode.
|
||||
* @return Balancer bandwidth in bytes per second for this datanode.
|
||||
*/
|
||||
public Long getBalancerBandwidth() {
|
||||
DataXceiverServer dxcs =
|
||||
|
Loading…
Reference in New Issue
Block a user