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 C8DA410E8B for ; Mon, 16 Sep 2013 21:05:53 +0000 (UTC) Received: (qmail 91225 invoked by uid 500); 16 Sep 2013 21:05:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 91168 invoked by uid 500); 16 Sep 2013 21:05:53 -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 91127 invoked by uid 99); 16 Sep 2013 21:05:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Sep 2013 21:05:52 +0000 Date: Mon, 16 Sep 2013 21:05:52 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9541) icv fails w/ npe if client does not support cellblocks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9541?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-9541: ------------------------- Attachment: 9541v3.096.txt 0.96 version of patch. =20 > icv fails w/ npe if client does not support cellblocks > ------------------------------------------------------ > > Key: HBASE-9541 > URL: https://issues.apache.org/jira/browse/HBASE-9541 > Project: HBase > Issue Type: Bug > Components: IPC/RPC > Reporter: stack > Assignee: stack > Fix For: 0.96.0 > > Attachments: 9541.txt, 9541v2.txt, 9541v3.096.txt, 9541v3.txt > > > Beno=C3=AEt found an npe migrating asynchbase to 0.96 exercising icv: > {code} > 2013-09-14 23:27:17,305 WARN [RpcServer.handler=3D10,port=3D60934] > ipc.RpcServer: RpcServer.handler=3D10,port=3D60934: caught: > java.lang.NullPointerException > at org.apache.hadoop.hbase.ipc.RpcServer.channelWrite(RpcServer.j= ava:2346) > at org.apache.hadoop.hbase.ipc.RpcServer$Responder.processRespons= e(RpcServer.java:985) > at org.apache.hadoop.hbase.ipc.RpcServer$Responder.doRespond(RpcS= erver.java:1062) > at org.apache.hadoop.hbase.ipc.RpcServer$Call.sendResponseIfReady= (RpcServer.java:478) > at org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.ja= va:1875) > {code} > This is stalling progress on asynchbase migration. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira