[
https://issues.apache.org/jira/browse/HBASE-9541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-9541:
-------------------------
Attachment: 9541v3.txt
Fix an NPE
> 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.txt
>
>
> 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