Ajay Kumar created HDFS-12545:
---------------------------------

             Summary: Autotune NameNode RPC handler threads according to number 
of datanodes in cluster
                 Key: HDFS-12545
                 URL: https://issues.apache.org/jira/browse/HDFS-12545
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Ajay Kumar
            Assignee: Ajay Kumar


Autotune NameNode RPC handler threads according to number of datanodes in 
cluster. Currently rpc handler are controlled by {{dfs.namenode.handler.count}} 
on cluster start. Jira is to discuss best way to auto tune it according to no 
of datanodes. Updating this to {{max(dfs.namenode.handler.count, min(200,20 * 
log2(no of datanodes)))}} on NameNode start is one possible way. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to