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 3884F17AF2 for ; Wed, 10 Jun 2015 15:32:04 +0000 (UTC) Received: (qmail 43333 invoked by uid 500); 10 Jun 2015 15:32:03 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 43290 invoked by uid 500); 10 Jun 2015 15:32:03 -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 43279 invoked by uid 99); 10 Jun 2015 15:32:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2015 15:32:03 +0000 Date: Wed, 10 Jun 2015 15:32:03 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12078) The default retry policy does not handle RetriableException correctly 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-12078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580649#comment-14580649 ] Hudson commented on HADOOP-12078: --------------------------------- FAILURE: Integrated in Hadoop-Mapreduce-trunk #2170 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2170/]) HADOOP-12078. The default retry policy does not handle RetriableException correctly. (Contributed by Arpit Agarwal) (arp: rev 3107434031e0da149ea2c09c5fc76f1a152435a0) * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryUtils.java * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryPolicies.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java * hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/retry/TestDefaultRetryPolicy.java * hadoop-common-project/hadoop-common/CHANGES.txt > The default retry policy does not handle RetriableException correctly > ---------------------------------------------------------------------- > > Key: HADOOP-12078 > URL: https://issues.apache.org/jira/browse/HADOOP-12078 > Project: Hadoop Common > Issue Type: Bug > Components: ipc > Affects Versions: 2.7.0 > Reporter: Arpit Agarwal > Assignee: Arpit Agarwal > Priority: Critical > Attachments: HDFS-8561.01.patch, HDFS-8561.02.patch > > > The default policy in RetryUtils does not retry RetriableExceptions even when {{defaultRetryPolicyEnabled}} is true. > This was discovered via an HDFS client failing to retry {{getFileBlockLocations}} after {{checkNNStartup}} failed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)