Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 11346 invoked from network); 6 Mar 2009 02:46:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 02:46:19 -0000 Received: (qmail 91916 invoked by uid 500); 6 Mar 2009 02:46:17 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 91882 invoked by uid 500); 6 Mar 2009 02:46:17 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 91871 invoked by uid 99); 6 Mar 2009 02:46:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 18:46:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 02:46:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 73B44234C498 for ; Thu, 5 Mar 2009 18:45:56 -0800 (PST) Message-ID: <62840905.1236307556459.JavaMail.jira@brutus> Date: Thu, 5 Mar 2009 18:45:56 -0800 (PST) From: "Owen O'Malley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-5417) IPC client drops interrupted exceptions In-Reply-To: <1201038504.1236300476362.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-5417: ---------------------------------- Attachment: h5417.patch *Sigh* To throw InterruptedException, we need to declare it in the protocol interfaces on all of the methods. That is the right fix, but here is a lower cost solution that won't require as much code change, but with increased latency. > IPC client drops interrupted exceptions > --------------------------------------- > > Key: HADOOP-5417 > URL: https://issues.apache.org/jira/browse/HADOOP-5417 > Project: Hadoop Core > Issue Type: Bug > Components: ipc > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Priority: Blocker > Attachments: h5417.patch, h5417.patch > > > The IPC client needless drops InterruptedException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.