Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66AE219383 for ; Wed, 9 Mar 2016 07:35:41 +0000 (UTC) Received: (qmail 96098 invoked by uid 500); 9 Mar 2016 07:35:41 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 96047 invoked by uid 500); 9 Mar 2016 07:35:41 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 96020 invoked by uid 99); 9 Mar 2016 07:35:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2016 07:35:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D5CD72C1F58 for ; Wed, 9 Mar 2016 07:35:40 +0000 (UTC) Date: Wed, 9 Mar 2016 07:35:40 +0000 (UTC) From: "Arpit Agarwal (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12903) IPC Server should allow suppressing exception logging by type, not log 'server too busy' messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal updated HADOOP-12903: ----------------------------------- Resolution: Fixed Fix Version/s: 2.8.0 Target Version/s: (was: 2.8.0) Status: Resolved (was: Patch Available) Thank you for the code reviews [~cnauroth]. I've committed this for 2.8.0. I fixed the findbugs warnings about line length while committing ([delta patch attached|https://issues.apache.org/jira/secure/attachment/12792203/checkstyle-fixes.patch]). > IPC Server should allow suppressing exception logging by type, not log 'server too busy' messages > ------------------------------------------------------------------------------------------------- > > Key: HADOOP-12903 > URL: https://issues.apache.org/jira/browse/HADOOP-12903 > Project: Hadoop Common > Issue Type: Bug > Components: ipc > Affects Versions: 2.7.2 > Reporter: Arpit Agarwal > Assignee: Arpit Agarwal > Fix For: 2.8.0 > > Attachments: HADOOP-12903.01.patch, HADOOP-12903.02.patch, HADOOP-12903.03.patch, checkstyle-fixes.patch > > > HADOOP-10597 added support for RPC congestion control by sending retriable 'server too busy' exceptions to clients. > However every backoff results in a log message. We've seen these log messages slow down the NameNode. > {code} > 2016-03-07 15:02:23,272 INFO org.apache.hadoop.ipc.Server: Socket Reader #1 for port 8020: readAndProcess from client 127.0.0.1 threw exception [org.apache.hadoop.ipc.RetriableException: Server is too busy.] > {code} > We already have a metric that tracks the number of backoff events. This log message adds nothing useful. > The IPC Server should also allow services to skip logging certain exception types altogether. -- This message was sent by Atlassian JIRA (v6.3.4#6332)