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 4E25C1037B for ; Thu, 4 Apr 2013 12:47:17 +0000 (UTC) Received: (qmail 39175 invoked by uid 500); 4 Apr 2013 12:47:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 39097 invoked by uid 500); 4 Apr 2013 12:47:16 -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 39038 invoked by uid 99); 4 Apr 2013 12:47:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 12:47:15 +0000 Date: Thu, 4 Apr 2013 12:47:15 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-1238) unexpected PERMISSION DENIED in random walk test 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-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton updated ACCUMULO-1238: ---------------------------------- Labels: 15_qa_bug (was: ) > unexpected PERMISSION DENIED in random walk test > ------------------------------------------------ > > Key: ACCUMULO-1238 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1238 > Project: Accumulo > Issue Type: Bug > Components: tserver > Environment: 10-node test cluster running random walk > Reporter: Eric Newton > Assignee: Eric Newton > Priority: Minor > Labels: 15_qa_bug > Fix For: 1.5.0 > > > This error has happened multiple times. > {noformat} > 04 02:31:53,606 [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:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.accumulo.start.Main$1.run(Main.java:101) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.Exception: Error running node ct.CloneTable > 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 PERMISSION_DENIED for user root - User does not have permission to perform this action > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:292) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:274) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.clone(TableOperationsImpl.java:675) > at org.apache.accumulo.test.randomwalk.concurrent.CloneTable.visit(CloneTable.java:47) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > ... 9 more > Caused by: ThriftSecurityException(user:root, code:PERMISSION_DENIED) > at org.apache.accumulo.core.master.thrift.MasterClientService$executeTableOperation_result$executeTableOperation_resultStandardScheme.read(MasterClientService.java:16120) > at org.apache.accumulo.core.master.thrift.MasterClientService$executeTableOperation_result$executeTableOperation_resultStandardScheme.read(MasterClientService.java:16106) > at org.apache.accumulo.core.master.thrift.MasterClientService$executeTableOperation_result.read(MasterClientService.java:16048) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) > at org.apache.accumulo.core.master.thrift.MasterClientService$Client.recv_executeTableOperation(MasterClientService.java:499) > at org.apache.accumulo.core.master.thrift.MasterClientService$Client.executeTableOperation(MasterClientService.java:480) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.executeTableOperation(TableOperationsImpl.java:230) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:283) > ... 13 more > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira