[ 
https://issues.apache.org/jira/browse/HBASE-3994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Daniel Cryans resolved HBASE-3994.
---------------------------------------

      Resolution: Fixed
        Assignee: Jean-Daniel Cryans
    Release Note: Added better error messages for regions that are offline or 
split parents

Committed to trunk and branch the new error messages. Doesn't change any 
behavior.

> SplitTransaction has a window where clients can get RegionOfflineException
> --------------------------------------------------------------------------
>
>                 Key: HBASE-3994
>                 URL: https://issues.apache.org/jira/browse/HBASE-3994
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.3
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.90.4
>
>
> I just witnessed a job having failed tasks because of RegionOfflineException. 
> This should normally happen because the table is disabled, but this can also 
> happen because the parent is offline. Probably 99.999% of the time users 
> don't hit it because SplitTransaction is able to offline the parent and add 
> the first daughter quickly enough, but in my case the cluster was so slow 
> that I was able to see.
> Maybe we should check in HCM not only if the region is offline but also if 
> it's split, in which case we should retry?

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

        

Reply via email to