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 DE448200B93 for ; Sat, 27 Aug 2016 01:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DCDDD160AC7; Fri, 26 Aug 2016 23:18:22 +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 5986B160AC3 for ; Sat, 27 Aug 2016 01:18:22 +0200 (CEST) Received: (qmail 2246 invoked by uid 500); 26 Aug 2016 23:18:21 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 2171 invoked by uid 99); 26 Aug 2016 23:18:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2016 23:18:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4C2992C0151 for ; Fri, 26 Aug 2016 23:18:21 +0000 (UTC) Date: Fri, 26 Aug 2016 23:18:21 +0000 (UTC) From: "Jing Zhao (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13552) RetryInvocationHandler logs all remote exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 26 Aug 2016 23:18:23 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440162#comment-15440162 ] Jing Zhao commented on HADOOP-13552: ------------------------------------ Thanks for the fix, [~jlowe]. +1 pending Jenkins. > RetryInvocationHandler logs all remote exceptions > ------------------------------------------------- > > Key: HADOOP-13552 > URL: https://issues.apache.org/jira/browse/HADOOP-13552 > Project: Hadoop Common > Issue Type: Bug > Components: ipc > Affects Versions: 2.8.0 > Reporter: Jason Lowe > Assignee: Jason Lowe > Priority: Blocker > Attachments: HADOOP-13552.001.patch > > > RetryInvocationHandler logs a warning for any exception that it does not retry. There are many exceptions that the client can automatically handle, like FileNotFoundException, UnresolvedPathException, etc., so now every one of these generates a scary looking stack trace as a warning then the program continues normally. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org