Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 548F918E79 for ; Fri, 17 Jul 2015 04:33:05 +0000 (UTC) Received: (qmail 51556 invoked by uid 500); 17 Jul 2015 04:33:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 51511 invoked by uid 500); 17 Jul 2015 04:33:05 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 51282 invoked by uid 99); 17 Jul 2015 04:33:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2015 04:33:05 +0000 Date: Fri, 17 Jul 2015 04:33:05 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14050) NPE in org.apache.hadoop.hbase.ipc.RpcServer$Connection.readAndProcess 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/HBASE-14050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630753#comment-14630753 ] Hudson commented on HBASE-14050: -------------------------------- SUCCESS: Integrated in HBase-1.2 #73 (See [https://builds.apache.org/job/HBase-1.2/73/]) HBASE-14050 NPE in org.apache.hadoop.hbase.ipc.RpcServer.readAndProcess (apurtell: rev 8ca28360db8e7d9a775506a834d5f8d755ec8c70) * hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java > NPE in org.apache.hadoop.hbase.ipc.RpcServer$Connection.readAndProcess > ---------------------------------------------------------------------- > > Key: HBASE-14050 > URL: https://issues.apache.org/jira/browse/HBASE-14050 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.12.1 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Minor > Fix For: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.1.2 > > Attachments: HBASE-14050.patch > > > {noformat} > 2015-07-02 09:49:32,028 WARN [.reader=4,port=60020] ipc.RpcServer - RpcServer.listener,port=60020: count of bytes read: 0 > java.lang.NullPointerException > at org.apache.hadoop.hbase.ipc.RpcServer$Connection.readAndProcess(RpcServer.java:1479) > at org.apache.hadoop.hbase.ipc.RpcServer$Listener.doRead(RpcServer.java:854) > at org.apache.hadoop.hbase.ipc.RpcServer$Listener$Reader.doRunLoop(RpcServer.java:645) > at org.apache.hadoop.hbase.ipc.RpcServer$Listener$Reader.run(RpcServer.java:620) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)