[
https://issues.apache.org/jira/browse/HBASE-10287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863896#comment-13863896
]
Anoop Sam John edited comment on HBASE-10287 at 1/7/14 4:51 AM:
----------------------------------------------------------------
{code}
if (isClientCellBlockSupport()) {
builder.setResult(ProtobufUtil.toResultNoData(result));
- rpcc.setCellScanner(result.cellScanner());
{code}
In case of Append/Increment, rpcc can come as null ? If so, how we will send
back the Result which the client is expecting back?
was (Author: anoop.hbase):
{code}
if (isClientCellBlockSupport()) {
builder.setResult(ProtobufUtil.toResultNoData(result));
- rpcc.setCellScanner(result.cellScanner());
{code}
In case of Append/Increment, rpcc can come as null ?
> HRegionServer#addResult() should check whether rpcc is null
> -----------------------------------------------------------
>
> Key: HBASE-10287
> URL: https://issues.apache.org/jira/browse/HBASE-10287
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 10287.txt
>
>
> HRegionServer#addResult() is called by HRegionServer#mutate() where
> controller parameter could be null.
> HRegionServer#addResult() should check whether rpcc is null.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)