[
https://issues.apache.org/jira/browse/HDFS-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273008#comment-13273008
]
Eli Collins commented on HDFS-2391:
-----------------------------------
How about just one info log?
{code}
+ LOG.info("Updating balancer bandwidth from " +
dxcs.balanceThrottler.getBandwidth() + " to " + bandwidth + " bytes/s.");
dxcs.balanceThrottler.setBandwidth(bandwidth);
{code}
> Newly set BalancerBandwidth value is not displayed anywhere
> -----------------------------------------------------------
>
> Key: HDFS-2391
> URL: https://issues.apache.org/jira/browse/HDFS-2391
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: balancer
> Affects Versions: 0.20.205.0
> Reporter: Rajit Saha
> Assignee: Harsh J
> Labels: newbie
> Attachments: HDFS-2391.patch
>
>
> with current implementation of
> $ hadoop dfsadmin -setBalancerBandwidth <bandwidth in bytes per second>
> only shows following message in DN log
> INFO org.apache.hadoop.hdfs.server.datanode.DataNode: DatanodeCommand
> action: DNA_BALANCERBANDWIDTHUPDATE
> But it would be nice to have the value of <new bandwidth in bytes per second>
> be displayed in DN log or any other
> suitable place, so that we can have a track.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira