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 2FCCC10AF5 for ; Tue, 31 Dec 2013 14:20:22 +0000 (UTC) Received: (qmail 68225 invoked by uid 500); 31 Dec 2013 14:20:00 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 68157 invoked by uid 500); 31 Dec 2013 14:19:54 -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 68135 invoked by uid 99); 31 Dec 2013 14:19:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Dec 2013 14:19:52 +0000 Date: Tue, 31 Dec 2013 14:19:52 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2054) Concurrent random walk test fails 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-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13859498#comment-13859498 ] Eric Newton commented on ACCUMULO-2054: --------------------------------------- ACCUMULO-1965 > Concurrent random walk test fails > --------------------------------- > > Key: ACCUMULO-2054 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2054 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Eric Newton > Assignee: Eric Newton > Priority: Minor > Labels: randomwalk > Fix For: 1.6.0 > > > Random walk testing, the namespace test sometimes fails: > {noformat} > 18 16:21:54,810 [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.CreateTable > 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.AccumuloSecurityException: Error NAMESPACE_DOESNT_EXIST for user root on table nspc_001.ctt_002(?) - Unknown security exception > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:316) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:296) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.create(TableOperationsImpl.java:224) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.create(TableOperationsImpl.java:193) > at org.apache.accumulo.test.randomwalk.concurrent.CreateTable.visit(CreateTable.java:42) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > ... 9 more > Caused by: ThriftSecurityException(user:root, code:NAMESPACE_DOESNT_EXIST) > at org.apache.accumulo.core.master.thrift.MasterClientService$executeTableOperation_result$executeTableOperation_resultStandardScheme.read(MasterClientService.java:19067) > at org.apache.accumulo.core.master.thrift.MasterClientService$executeTableOperation_result$executeTableOperation_resultStandardScheme.read(MasterClientService.java:19053) > at org.apache.accumulo.core.master.thrift.MasterClientService$executeTableOperation_result.read(MasterClientService.java:18995) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) > at org.apache.accumulo.core.master.thrift.MasterClientService$Client.recv_executeTableOperation(MasterClientService.java:582) > at org.apache.accumulo.core.master.thrift.MasterClientService$Client.executeTableOperation(MasterClientService.java:563) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.executeTableOperation(TableOperationsImpl.java:252) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:305) > ... 14 more > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)