Created on 10-20-2015 10:22 PM - edited 09-16-2022 02:45 AM
Hi All,
We recently added 11 new datanodes to CDH5.3.2 cluster which has 20 datanodes.
I see HDFS Balancer slowly moving blocks say avg 4000 blocks peer 10 mins. I' updated Balancer Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml
with
<property>
<name>dfs.balance.bandwidthPerSec</name>
<value>3048576000</value>
</property>
still i see alomst same speed, i checked network graphs also
Is there any other setting required?
Thanks,
Venu
Created 10-25-2015 09:21 PM
I opned case with cloudera and found solution
Add following settings in Balancer Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml
<property>
<name>dfs.datanode.balance.max.concurrent.moves</name>
<value>300</value>
</property>
Thanks,
Venu
Created 10-25-2015 09:21 PM
I opned case with cloudera and found solution
Add following settings in Balancer Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml
<property>
<name>dfs.datanode.balance.max.concurrent.moves</name>
<value>300</value>
</property>
Thanks,
Venu
Created on 11-14-2016 03:04 AM - edited 11-14-2016 03:31 AM
I'm pretty sure that this configuration should go not to Balancer "Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml", but in all Datanodes "Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml" and DNs should be restarted after configuration changes.
Created 11-14-2016 03:34 AM