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 017739D16 for ; Tue, 4 Oct 2011 01:20:57 +0000 (UTC) Received: (qmail 17346 invoked by uid 500); 4 Oct 2011 01:20:56 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 17320 invoked by uid 500); 4 Oct 2011 01:20:56 -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 17312 invoked by uid 99); 4 Oct 2011 01:20:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 01:20:56 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 01:20:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 624852A7F97 for ; Tue, 4 Oct 2011 01:20:35 +0000 (UTC) Date: Tue, 4 Oct 2011 01:20:35 +0000 (UTC) From: "Aaron T. Myers (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <355659659.5979.1317691235404.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1521787727.4582.1317675634324.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7717) Move handling of concurrent client fail-overs to RetryInvocationHandler 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-7717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers updated HADOOP-7717: ----------------------------------- Attachment: HADOOP-7717.patch Here's a patch which addresses the issue. > Move handling of concurrent client fail-overs to RetryInvocationHandler > ----------------------------------------------------------------------- > > Key: HADOOP-7717 > URL: https://issues.apache.org/jira/browse/HADOOP-7717 > Project: Hadoop Common > Issue Type: Improvement > Components: ipc > Affects Versions: 0.24.0 > Reporter: Aaron T. Myers > Assignee: Aaron T. Myers > Fix For: 0.24.0 > > Attachments: HADOOP-7717.patch > > > Currently every implementation of a {{FailoverProxyProvider}} will need to perform its own synchronization to ensure that multiple concurrent failed calls to a single client proxy object don't result in multiple client fail over events. It would be better to put this logic in {{RetryInvocationHandler.invoke}}. > This is based on feedback provided by Todd in [this comment|https://issues.apache.org/jira/browse/HDFS-1973?focusedCommentId=13119567&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13119567]. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira