Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22EE5DA50 for ; Thu, 30 Aug 2012 17:11:08 +0000 (UTC) Received: (qmail 95417 invoked by uid 500); 30 Aug 2012 17:11:08 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 95296 invoked by uid 500); 30 Aug 2012 17:11:07 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 95286 invoked by uid 99); 30 Aug 2012 17:11:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 17:11:07 +0000 Date: Fri, 31 Aug 2012 04:11:07 +1100 (NCT) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <106022679.17257.1346346667921.JavaMail.jiratomcat@arcas> In-Reply-To: <1018494716.68341.1340909504043.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6291) Don't retry increments on an invalid cell MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445108#comment-13445108 ] Jean-Daniel Cryans commented on HBASE-6291: ------------------------------------------- I think for sake of completeness that testIncrementingInvalidValue should fail if no exception is thrown. > 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 > > > 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