Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 18280 invoked from network); 11 Apr 2007 21:21:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2007 21:21:57 -0000 Received: (qmail 33110 invoked by uid 500); 11 Apr 2007 21:22:01 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 33013 invoked by uid 500); 11 Apr 2007 21:22:00 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 32992 invoked by uid 99); 11 Apr 2007 21:22:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 14:22:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 14:21:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0FF0271407F for ; Wed, 11 Apr 2007 14:21:33 -0700 (PDT) Message-ID: <25839603.1176326493062.JavaMail.jira@brutus> Date: Wed, 11 Apr 2007 14:21:33 -0700 (PDT) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1213) When RPC call fails then log call message detail In-Reply-To: <31046639.1175809952222.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-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488195 ] Hadoop QA commented on HADOOP-1213: ----------------------------------- +1 http://issues.apache.org/jira/secure/attachment/12355357/HADOOP-1213.patch applied and successfully tested against trunk revision r527632. Results are at http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/28/console > When RPC call fails then log call message detail > ------------------------------------------------ > > Key: HADOOP-1213 > URL: https://issues.apache.org/jira/browse/HADOOP-1213 > Project: Hadoop > Issue Type: Improvement > Components: ipc > Affects Versions: 0.12.2 > Reporter: Nigel Daley > Priority: Minor > Fix For: 0.13.0 > > Attachments: HADOOP-1213.patch > > > When an RPC call fails, it would be helpful to have more information about the call. Currently, this is all I get. > [junit] 2007-04-05 06:19:19,518 WARN ipc.Server (Server.java:run(594)) - handler output error > [junit] java.nio.channels.ClosedChannelException > [junit] at sun.nio.ch.SocketChannelImpl.ensureWriteOpen(SocketChannelImpl.java:125) > [junit] at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:294) > [junit] at org.apache.hadoop.ipc.SocketChannelOutputStream.flushBuffer(SocketChannelOutputStream.java:108) > [junit] at org.apache.hadoop.ipc.SocketChannelOutputStream.write(SocketChannelOutputStream.java:89) > [junit] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) > [junit] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) > [junit] at java.io.DataOutputStream.flush(DataOutputStream.java:106) > [junit] at org.apache.hadoop.ipc.Server$Handler.run(Server.java:592) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.