Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 667511862D for ; Sun, 3 May 2015 02:01:06 +0000 (UTC) Received: (qmail 4171 invoked by uid 500); 3 May 2015 02:01:06 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 4123 invoked by uid 500); 3 May 2015 02:01:06 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 4109 invoked by uid 99); 3 May 2015 02:01:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 May 2015 02:01:06 +0000 Date: Sun, 3 May 2015 02:01:06 +0000 (UTC) From: "Jacob Meisler (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-3354) Calling deleteRows on an offline table doesn't include table name in error 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/ACCUMULO-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14525600#comment-14525600 ] Jacob Meisler commented on ACCUMULO-3354: ----------------------------------------- That is correct. I've uploaded a new patch. Thanks for all of your help! > Calling deleteRows on an offline table doesn't include table name in error > -------------------------------------------------------------------------- > > Key: ACCUMULO-3354 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3354 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.6.1 > Reporter: Josh Elser > Assignee: Jacob Meisler > Labels: newbie, summit2015 > Fix For: 1.6.3, 1.8.0, 1.7.1 > > Attachments: ACCUMULO-3354.patch > > > The table name that I provided to deleteRows should be included in the exception message. > {noformat} > org.apache.accumulo.core.client.TableOfflineException: Table is offline > at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:333) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:295) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1595) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.deleteRows(TableOperationsImpl.java:557) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)