Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0541184AD for ; Sat, 23 Jan 2016 21:32:41 +0000 (UTC) Received: (qmail 24946 invoked by uid 500); 23 Jan 2016 21:32:40 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 24841 invoked by uid 500); 23 Jan 2016 21:32:40 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 24691 invoked by uid 99); 23 Jan 2016 21:32:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jan 2016 21:32:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DB8DC2C14F2 for ; Sat, 23 Jan 2016 21:32:39 +0000 (UTC) Date: Sat, 23 Jan 2016 21:32:39 +0000 (UTC) From: "Nikhil Mulley (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-9692) Report top 10 Namenode rpc consumers through JMX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nikhil Mulley created HDFS-9692: ----------------------------------- Summary: Report top 10 Namenode rpc consumers through JMX Key: HDFS-9692 URL: https://issues.apache.org/jira/browse/HDFS-9692 Project: Hadoop HDFS Issue Type: Wish Reporter: Nikhil Mulley Hi, I think it would really help if namenode(s) through metrics/jmx report the top rpc consumers, so it will be really handy to look at the rogue clients in times of despair/troubleshooting times. At times of rpc spikes on namenode, and callqueuelength increasing, it becomes tedious to figure out the offenders when there is a huge cluster (>1k nodes). Having rpc client information(src_host:src_port) in the top consumers list would help operators. Let me know if any other information is needed to make this feature added to namenode metrics system. thank you Nikhil -- This message was sent by Atlassian JIRA (v6.3.4#6332)