[
https://issues.apache.org/jira/browse/HBASE-19437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai updated HBASE-19437:
-----------------------------------
Summary: Batch operation can't handle the null result for Append/Increment
(was: Wrap the null result from postAppend/postIncrement )
> Batch operation can't handle the null result for Append/Increment
> -----------------------------------------------------------------
>
> Key: HBASE-19437
> URL: https://issues.apache.org/jira/browse/HBASE-19437
> Project: HBase
> Issue Type: Bug
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0
>
>
> The null from postAppend/postIncrement sparks inconsistent behavior. The
> Table#append and #increment can handle the null result but the batch
> operation throws IllegalStateException.
> We should wrap the null from postAppend/postIncrement to empty result since
> cp user should throw IOException rather than return null if they intend to
> say something is broken.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)