Skip to content

Commit

Permalink
HDFS-10173. Typo in DataXceiverServer. Contributed by Michael Han.
Browse files Browse the repository at this point in the history
  • Loading branch information
umbrant committed Mar 17, 2016
1 parent ae14e5d commit 02a250d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static class BlockBalanceThrottler extends DataTransferThrottler {
private BlockBalanceThrottler(long bandwidth, int maxThreads) {
super(bandwidth);
this.maxThreads.set(maxThreads);
LOG.info("Balancing bandwith is " + bandwidth + " bytes/s");
LOG.info("Balancing bandwidth is " + bandwidth + " bytes/s");
LOG.info("Number threads for balancing is " + maxThreads);
}

Expand Down

0 comments on commit 02a250d

Please sign in to comment.