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 F300510E93 for ; Mon, 16 Sep 2013 05:08:02 +0000 (UTC) Received: (qmail 32342 invoked by uid 500); 16 Sep 2013 05:07:58 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32235 invoked by uid 500); 16 Sep 2013 05:07:56 -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 32082 invoked by uid 99); 16 Sep 2013 05:07:53 -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 05:07:53 +0000 Date: Mon, 16 Sep 2013 05:07:53 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 stack created HBASE-9541: ---------------------------- Summary: icv fails w/ npe if client does not support cellblock= s Key: HBASE-9541 URL: https://issues.apache.org/jira/browse/HBASE-9541 Project: HBase Issue Type: Bug Components: IPC/RPC Reporter: stack Assignee: stack 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.jav= a:2346) at org.apache.hadoop.hbase.ipc.RpcServer$Responder.processResponse(= RpcServer.java:985) at org.apache.hadoop.hbase.ipc.RpcServer$Responder.doRespond(RpcSer= ver.java:1062) at org.apache.hadoop.hbase.ipc.RpcServer$Call.sendResponseIfReady(R= pcServer.java:478) at org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java= :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