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 A3D956289 for ; Fri, 3 Jun 2011 11:16:31 +0000 (UTC) Received: (qmail 21068 invoked by uid 500); 3 Jun 2011 11:16:31 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 21040 invoked by uid 500); 3 Jun 2011 11:16: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 21028 invoked by uid 99); 3 Jun 2011 11:16:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:16: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; Fri, 03 Jun 2011 11:16:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3F0E5F244B for ; Fri, 3 Jun 2011 11:15:48 +0000 (UTC) Date: Fri, 3 Jun 2011 11:15:48 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1964047960.65469.1307099748255.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <3255382.248681296161204958.JavaMail.jira@thor> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13043302#comment-13043302 ] Hudson commented on HADOOP-7121: -------------------------------- Integrated in Hadoop-Common-trunk #708 (See [https://builds.apache.org/hudson/job/Hadoop-Common-trunk/708/]) HADOOP-7349. HADOOP-7121 accidentally disabled some tests in TestIPC. Contributed by Todd Lipcon. todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1130758 Files : * /hadoop/common/trunk/CHANGES.txt * /hadoop/common/trunk/src/test/core/org/apache/hadoop/ipc/TestIPC.java > 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, hadoop-7121.txt, 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