Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7723E200D16 for ; Tue, 26 Sep 2017 06:35:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 75A8E1609BB; Tue, 26 Sep 2017 04:35:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BAA801609E9 for ; Tue, 26 Sep 2017 06:35:04 +0200 (CEST) Received: (qmail 21017 invoked by uid 500); 26 Sep 2017 04:35:03 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 21003 invoked by uid 99); 26 Sep 2017 04:35:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2017 04:35:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DDD24182B2D for ; Tue, 26 Sep 2017 04:35:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id PhbcH5XdM9vP for ; Tue, 26 Sep 2017 04:35:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 18AA95F4A9 for ; Tue, 26 Sep 2017 04:35:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4797AE0EF1 for ; Tue, 26 Sep 2017 04:35:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 40D7F2426A for ; Tue, 26 Sep 2017 04:35:00 +0000 (UTC) Date: Tue, 26 Sep 2017 04:35:00 +0000 (UTC) From: "Mukul Kumar Singh (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-12545) Autotune NameNode RPC handler threads according to number of datanodes in cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 26 Sep 2017 04:35:05 -0000 [ https://issues.apache.org/jira/browse/HDFS-12545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180230#comment-16180230 ] Mukul Kumar Singh commented on HDFS-12545: ------------------------------------------ Thanks for raising this issue [~ajayydv], In case namenode service rpc is enabled would this fix try to tune service-rpc prt as well ? > 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-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org