You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Ajay Kumar (JIRA)" <ji...@apache.org> on 2017/09/26 01:24:00 UTC

[jira] [Created] (HDFS-12545) Autotune NameNode RPC handler threads according to number of datanodes in cluster

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org