[
https://issues.apache.org/jira/browse/HDFS-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042570#comment-14042570
]
Tsz Wo Nicholas Sze commented on HDFS-6595:
-------------------------------------------
Benoy, thanks for working on this. Some comments on the patch:
- Balancer.MAX_NUM_CONCURRENT_MOVES should be moved to DFSConfigKeys, i.e.
DFSConfigKeys.DFS_DATANODE_BALANCE_MAX_NUM_CONCURRENT_MOVES_DEFAULT.
- We should also change Balancer to read the new conf and use it to replace
MAX_NUM_CONCURRENT_MOVES.
> Configure the maximum threads allowed for balancing on datanodes
> ----------------------------------------------------------------
>
> Key: HDFS-6595
> URL: https://issues.apache.org/jira/browse/HDFS-6595
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: datanode
> Reporter: Benoy Antony
> Assignee: Benoy Antony
> Attachments: HDFS-6595.patch
>
>
> Currently datanode allows a max of 5 threads to be used for balancing.
> In some cases, , it may make sense to use a different number of threads to
> the purpose of moving.
--
This message was sent by Atlassian JIRA
(v6.2#6252)