You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2013/10/09 03:34:41 UTC

[jira] [Commented] (HBASE-9730) Exceptions in multi operations are not handled correctly

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

Sergey Shelukhin commented on HBASE-9730:
-----------------------------------------

According to our observation IOException from batch mutate might be RegionNotServedException when region is closing. So it seems like it;s consistent with observation.
I can give +1 but my understanding of RPC code is limited

> Exceptions in multi operations are not handled correctly
> --------------------------------------------------------
>
>                 Key: HBASE-9730
>                 URL: https://issues.apache.org/jira/browse/HBASE-9730
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>            Priority: Blocker
>             Fix For: 0.98.0, 0.96.0
>
>         Attachments: hbase-9730_v1-0.96.patch, hbase-9730_v1.patch
>
>
> The symptoms are that, both ITBLL and ITLAV fail in their verification steps complaining about lots of undefined rows. 
> {code}
> org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList$Verify$Counts
>                 REFERENCED=199619372
>                 UNDEFINED=190084
>                 UNREFERENCED=190084
> {code}
> I think the problem is in HRegionServer.doBatchOp() where in case HRegion.batchMutate() throws an exception, RegionActionResult indexes are not set correctly.  



--
This message was sent by Atlassian JIRA
(v6.1#6144)