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 3F10449B2 for ; Wed, 1 Jun 2011 00:43:31 +0000 (UTC) Received: (qmail 83828 invoked by uid 500); 1 Jun 2011 00:43:31 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 83792 invoked by uid 500); 1 Jun 2011 00:43:31 -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 83784 invoked by uid 99); 1 Jun 2011 00:43:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 00:43:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 01 Jun 2011 00:43:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A5561ECEF3 for ; Wed, 1 Jun 2011 00:42:47 +0000 (UTC) Date: Wed, 1 Jun 2011 00:42:47 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <562956220.57997.1306888967674.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <3255382.248681296161204958.JavaMail.jira@thor> Subject: [jira] [Updated] (HADOOP-7121) Exceptions while serializing IPC call response are not handled well MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-7121: -------------------------------- Status: Patch Available (was: Open) > Exceptions while serializing IPC call response are not handled well > ------------------------------------------------------------------- > > Key: HADOOP-7121 > URL: https://issues.apache.org/jira/browse/HADOOP-7121 > Project: Hadoop Common > Issue Type: Bug > Components: ipc > Affects Versions: 0.22.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Critical > Labels: newbie > Fix For: 0.22.0 > > Attachments: hadoop-7121.txt > > > We had a situation where for some reason the serialization of an RPC call's response was throwing OOME. When this happens, the exception is not caught, and the call never gets a response - the client just hangs. Additionally, the OOME propagated all the way to the top of the IPC handler and caused the handler. Plus, the Handler upon exit only logged to stdout and not to the log4j logs. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira