You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2012/06/30 18:38:46 UTC

[jira] [Commented] (HBASE-6291) Don't retry increments on an invalid cell

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

Lars Hofhansl commented on HBASE-6291:
--------------------------------------

Wanna make a patch J-D?
                
> Don't retry increments on an invalid cell
> -----------------------------------------
>
>                 Key: HBASE-6291
>                 URL: https://issues.apache.org/jira/browse/HBASE-6291
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.6, 0.92.1, 0.94.0
>            Reporter: Jean-Daniel Cryans
>             Fix For: 0.90.7, 0.92.2, 0.94.1
>
>
> This says it all:
> {noformat}
> ERROR: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=7, exceptions:
> Thu Jun 28 18:34:44 UTC 2012, org.apache.hadoop.hbase.client.HTable$8@4eabaf8c, java.io.IOException: java.io.IOException: Attempted to increment field that isn't 64 bits wide
> {noformat}
> {{HRegion}} should be modified here to send a DoNotRetryIOException:
> {code}
> if (wrongLength) {
>   throw new DoNotRetryIOException(
>     "Attempted to increment field that isn't 64 bits wide");
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira