[
https://issues.apache.org/jira/browse/HBASE-5759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251360#comment-13251360
]
Hudson commented on HBASE-5759:
-------------------------------
Integrated in HBase-TRUNK-security #167 (See
[https://builds.apache.org/job/HBase-TRUNK-security/167/])
HBASE-5759 HBaseClient throws NullPointerException when EOFException should
be used. (Revision 1311899)
Result = SUCCESS
stack :
Files :
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/ipc/HBaseClient.java
> HBaseClient throws NullPointerException when EOFException should be used.
> -------------------------------------------------------------------------
>
> Key: HBASE-5759
> URL: https://issues.apache.org/jira/browse/HBASE-5759
> Project: HBase
> Issue Type: Bug
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Trivial
> Fix For: 0.96.0
>
> Attachments: hbase-5759.patch
>
>
> When a RPC data input stream is closed, protobuf doesn't raise an
> EOFException, it returns a null RpcResponse object.
> We need to check if the response is null before trying to access it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira