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 D38F310BEB for ; Tue, 10 Dec 2013 14:58:11 +0000 (UTC) Received: (qmail 12715 invoked by uid 500); 10 Dec 2013 14:58:09 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 12572 invoked by uid 500); 10 Dec 2013 14:58:08 -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 12483 invoked by uid 99); 10 Dec 2013 14:58:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Dec 2013 14:58:08 +0000 Date: Tue, 10 Dec 2013 14:58:08 +0000 (UTC) From: "Ming Ma (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-10106) Incorrect thread name in RPC log messages 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-10106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ming Ma updated HADOOP-10106: ----------------------------- Attachment: hadoop_10106_trunk_2.patch ok. I have opened a new jira https://issues.apache.org/jira/i#browse/HADOOP-10157 to move doRead method. Here is the new patch that just includes the thead name fix. > Incorrect thread name in RPC log messages > ----------------------------------------- > > Key: HADOOP-10106 > URL: https://issues.apache.org/jira/browse/HADOOP-10106 > Project: Hadoop Common > Issue Type: Bug > Reporter: Ming Ma > Priority: Minor > Attachments: hadoop_10106_trunk.patch, hadoop_10106_trunk_2.patch > > > INFO org.apache.hadoop.ipc.Server: IPC Server listener on 8020: readAndProcess from client 10.115.201.46 threw exception org.apache.hadoop.ipc.RpcServerException: Unknown out of band call #-2147483647 > This is thrown by a reader thread, so the message should be like > INFO org.apache.hadoop.ipc.Server: Socket Reader #1 for port 8020: readAndProcess from client 10.115.201.46 threw exception org.apache.hadoop.ipc.RpcServerException: Unknown out of band call #-2147483647 > Another example is Responder.processResponse, which can also be called by handler thread. When that happend, the thread name should be the handler thread, not the responder thread. -- This message was sent by Atlassian JIRA (v6.1.4#6159)