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 83E4E10C8D for ; Thu, 2 Jan 2014 14:14:49 +0000 (UTC) Received: (qmail 62794 invoked by uid 500); 2 Jan 2014 14:14:14 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 62623 invoked by uid 500); 2 Jan 2014 14:14: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 62332 invoked by uid 99); 2 Jan 2014 14:13:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 14:13:54 +0000 Date: Thu, 2 Jan 2014 14:13:54 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2085) Concurrent Randomwalk fails on namespace 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-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton updated ACCUMULO-2085: ---------------------------------- Labels: 16_qa_bug (was: randomwalk) > Concurrent Randomwalk fails on namespace > ---------------------------------------- > > Key: ACCUMULO-2085 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2085 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Josh Elser > Assignee: Josh Elser > Labels: 16_qa_bug > Fix For: 1.6.0 > > > {noformat} > 20 17:51:47,137 [randomwalk.Framework] ERROR: Error during random walk > java.lang.Exception: Error running node Concurrent.xml > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285) > at org.apache.accumulo.test.randomwalk.Framework.run(Framework.java:65) > at org.apache.accumulo.test.randomwalk.Framework.main(Framework.java:125) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.accumulo.start.Main$1.run(Main.java:137) > at java.lang.Thread.run(Thread.java:744) > Caused by: java.lang.Exception: Error running node ct.DeleteNamespace > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > ... 8 more > Caused by: org.apache.accumulo.core.client.NamespaceNotEmptyException: Namespace nspc_000 (Id=s) it not empty, contains at least one table > at org.apache.accumulo.core.client.admin.NamespaceOperationsImpl.delete(NamespaceOperationsImpl.java:228) > at org.apache.accumulo.test.randomwalk.concurrent.DeleteNamespace.visit(DeleteNamespace.java:42) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)