[ 
https://issues.apache.org/jira/browse/HBASE-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047845#comment-13047845
 ] 

Ming Ma commented on HBASE-3981:
--------------------------------

Yep, it is a dup as 3793.

> CheckAndPut doesn't work when value == null
> -------------------------------------------
>
>                 Key: HBASE-3981
>                 URL: https://issues.apache.org/jira/browse/HBASE-3981
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ming Ma
>            Assignee: Ming Ma
>            Priority: Blocker
>
> When value == null, as in
>           boolean res = hTable.checkAndPut(rowId, famA, col, null, put);
> In HRegion.java,
>           int compareResult = comparator.compareTo(result.get(0).getValue());
> comparator will be null, NPE will be thrown.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to