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 77B511737B for ; Thu, 25 Sep 2014 19:08:34 +0000 (UTC) Received: (qmail 35072 invoked by uid 500); 25 Sep 2014 19:08:34 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 35031 invoked by uid 500); 25 Sep 2014 19:08:34 -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 35012 invoked by uid 99); 25 Sep 2014 19:08:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 19:08:34 +0000 Date: Thu, 25 Sep 2014 19:08:34 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3135) RW concurrent test failed with table doesn't exist exception 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-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated ACCUMULO-3135: --------------------------------- Summary: RW concurrent test failed with table doesn't exist exception (was: RW concurrent test failed with table exist exception) > RW concurrent test failed with table doesn't exist exception > ------------------------------------------------------------ > > Key: ACCUMULO-3135 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3135 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.5.0, 1.5.1, 1.6.0 > Environment: Running RW test against 1.5.2 RC1 > Reporter: Keith Turner > Assignee: Josh Elser > Fix For: 1.5.3, 1.6.2, 1.7.0 > > Attachments: 0001-ACCUMULO-3135-Modify-server-side-table-operations-to.patch > > Time Spent: 0.5h > Remaining Estimate: 0h > > Saw the following error when running RW test against 1.5.2 RC1. > {noformat} > 16 18:34:56,869 [server.Accumulo] INFO : Zookeeper connected and initialized, attemping to talk to HDFS > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.accumulo.start.Main$1.run(Main.java:107) > at java.lang.Thread.run(Thread.java:744) > 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 TABLE_DOESNT_EXIST for user root - Unknown security exception > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:298) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:280) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.clone(TableOperationsImpl.java:688) > at org.apache.accumulo.test.randomwalk.concurrent.CloneTable.visit(CloneTable.java:48) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > ... 9 more > Caused by: ThriftSecurityException(user:root, code:TABLE_DOESNT_EXIST) > 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:236) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:289) > {noformat} > Looking at the test code, it specifically checks for {{TableNotFoundException}}, but its getting a {{ThriftSecurityException(user:root, code:TABLE_DOESNT_EXIST)}}. Need to figure out if this is change in behavior since 1.5.1. -- This message was sent by Atlassian JIRA (v6.3.4#6332)