You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2013/09/16 07:07:53 UTC

[jira] [Created] (HBASE-9541) icv fails w/ npe if client does not support cellblocks

stack created HBASE-9541:
----------------------------

             Summary: 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


BenoƮt found an npe migrating asynchbase to 0.96 exercising icv:

{code}
2013-09-14 23:27:17,305 WARN  [RpcServer.handler=10,port=60934]
ipc.RpcServer: RpcServer.handler=10,port=60934: caught:
java.lang.NullPointerException
        at org.apache.hadoop.hbase.ipc.RpcServer.channelWrite(RpcServer.java:2346)
        at org.apache.hadoop.hbase.ipc.RpcServer$Responder.processResponse(RpcServer.java:985)
        at org.apache.hadoop.hbase.ipc.RpcServer$Responder.doRespond(RpcServer.java:1062)
        at org.apache.hadoop.hbase.ipc.RpcServer$Call.sendResponseIfReady(RpcServer.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 administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira