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 24186CC7E for ; Thu, 5 Jun 2014 16:42:02 +0000 (UTC) Received: (qmail 92994 invoked by uid 500); 5 Jun 2014 16:42:02 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 92955 invoked by uid 500); 5 Jun 2014 16:42:02 -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 92946 invoked by uid 99); 5 Jun 2014 16:42:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2014 16:42:02 +0000 Date: Thu, 5 Jun 2014 16:42:02 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2857) MockTableOperations.tableIdMap always returns tableName as ID 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-2857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018935#comment-14018935 ] Josh Elser commented on ACCUMULO-2857: -------------------------------------- I can't find the exact exception anymore that I ran into (It might have been in my code, I just don't remember), but MockTableOperations does always return the original table name as the ID which isn't quite right. MockAccumulo can assign its own tableIds by just using a one-up counter > MockTableOperations.tableIdMap always returns tableName as ID > ------------------------------------------------------------- > > Key: ACCUMULO-2857 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2857 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.5.1, 1.6.0 > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 1.5.2, 1.6.1, 1.7.0 > > > Noticed and fixed this during ACCUMULO-378. > An exception was thrown unexpectedly when trying to use tableIdMap with a MockInstance. Lift fix from 93c8bddc71d1ee190649eeab263205185d75421c into main tree. -- This message was sent by Atlassian JIRA (v6.2#6252)