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 40413E8CC for ; Fri, 8 Mar 2013 19:50:17 +0000 (UTC) Received: (qmail 39218 invoked by uid 500); 8 Mar 2013 19:50:15 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 39176 invoked by uid 500); 8 Mar 2013 19:50:15 -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 39022 invoked by uid 99); 8 Mar 2013 19:50:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 19:50:15 +0000 Date: Fri, 8 Mar 2013 19:50:15 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-445) Concurrent random walk test does not handle permission change 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-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Vines resolved ACCUMULO-445. --------------------------------- Resolution: Fixed Fix Version/s: (was: 1.4.3) Assignee: John Vines (was: Keith Turner) > Concurrent random walk test does not handle permission change > ------------------------------------------------------------- > > Key: ACCUMULO-445 > URL: https://issues.apache.org/jira/browse/ACCUMULO-445 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Keith Turner > Assignee: John Vines > Labels: 14_qa_bug > Fix For: 1.5.0 > > > Saw the following bug while running the random walk test. I think this is just a bug in the test, it does not handle case were permissions change during a scan. > {noformat} > 03 14:08:15,431 [randomwalk.Framework] ERROR: Error during random walk > java.lang.Exception: Error running node Concurrent.xml > at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:259) > at org.apache.accumulo.server.test.randomwalk.Framework.run(Framework.java:61) > at org.apache.accumulo.server.test.randomwalk.Framework.main(Framework.java:114) > 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:89) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.Exception: Error running node ct.IsolatedScan > at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:259) > at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:251) > ... 8 more > Caused by: java.lang.RuntimeException: org.apache.accumulo.core.client.AccumuloSecurityException: Error PERMISSION_DENIED - User does not have permission to perform this action > at org.apache.accumulo.core.client.impl.ScannerIterator.hasNext(ScannerIterator.java:186) > at org.apache.accumulo.core.client.IsolatedScanner$RowBufferingIterator.readRow(IsolatedScanner.java:68) > at org.apache.accumulo.core.client.IsolatedScanner$RowBufferingIterator.(IsolatedScanner.java:144) > at org.apache.accumulo.core.client.IsolatedScanner.iterator(IsolatedScanner.java:230) > at org.apache.accumulo.core.client.RowIterator.(RowIterator.java:117) > at org.apache.accumulo.server.test.randomwalk.concurrent.IsolatedScan.visit(IsolatedScan.java:51) > at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:251) > ... 9 more > Caused by: org.apache.accumulo.core.client.AccumuloSecurityException: Error PERMISSION_DENIED - User does not have permission to perform this action > at org.apache.accumulo.core.client.impl.ThriftScanner.scan(ThriftScanner.java:470) > at org.apache.accumulo.core.client.impl.ThriftScanner.scan(ThriftScanner.java:295) > {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