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 818031898F for ; Tue, 12 May 2015 19:18:01 +0000 (UTC) Received: (qmail 28741 invoked by uid 500); 12 May 2015 19:18:01 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 28704 invoked by uid 500); 12 May 2015 19:18:01 -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 28692 invoked by uid 99); 12 May 2015 19:18:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 19:18:01 +0000 Date: Tue, 12 May 2015 19:18:01 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3806) Failing to create a table/namespace because it already exists should not be a warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-3806: ------------------------------------ Summary: Failing to create a table/namespace because it already exists should not be a warning Key: ACCUMULO-3806 URL: https://issues.apache.org/jira/browse/ACCUMULO-3806 Project: Accumulo Issue Type: Improvement Components: fate Reporter: Josh Elser Fix For: 1.6.3, 1.8.0, 1.7.1 This is a really common occurrence when you're running randomwalk: {noformat} Failed to execute Repo, tid=63d0421f1b17b04a ThriftTableOperationException(tableId:null, tableName:nspc_001.ctt_000, op:CREATE, type:EXISTS, description:null) at org.apache.accumulo.master.tableOps.Utils.checkTableDoesNotExist(Utils.java:54) at org.apache.accumulo.master.tableOps.PopulateZookeeper.call(PopulateZookeeper.java:54) at org.apache.accumulo.master.tableOps.PopulateZookeeper.call(PopulateZookeeper.java:30) at org.apache.accumulo.master.tableOps.TraceRepo.call(TraceRepo.java:57) at org.apache.accumulo.fate.Fate$TransactionRunner.run(Fate.java:72) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35) at java.lang.Thread.run(Thread.java:745) {noformat} Concurrent table creations run: only one succeeds and the others fail. This is expected and what FATE was designed to handle. We shouldn't be pushing these up to the monitor -- should probably be a info or debug message. -- This message was sent by Atlassian JIRA (v6.3.4#6332)