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

Hadoop QA commented on HBASE-6291:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12543139/6291-0.96-v4.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2741//console

This message is automatically generated.
                
> 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
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.2
>
>         Attachments: 6291-0.94.txt, 6291-0.96.txt, 6291-0.96-v2.txt, 
> 6291-0.96-v3.txt, 6291-0.96-v4.txt
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to