You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Keith Turner (Created) (JIRA)" <ji...@apache.org> on 2012/03/06 00:35:57 UTC

[jira] [Created] (ACCUMULO-445) Concurrent random walk test does not handle premission change

Concurrent random walk test does not handle premission change
-------------------------------------------------------------

                 Key: ACCUMULO-445
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-445
             Project: Accumulo
          Issue Type: Bug
          Components: test
            Reporter: Keith Turner
            Assignee: Keith Turner
             Fix For: 1.4.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.<init>(IsolatedScanner.java:144)
        at org.apache.accumulo.core.client.IsolatedScanner.iterator(IsolatedScanner.java:230)
        at org.apache.accumulo.core.client.RowIterator.<init>(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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ACCUMULO-445) Concurrent random walk test does not handle premission change

Posted by "Keith Turner (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner updated ACCUMULO-445:
----------------------------------

    Fix Version/s:     (was: 1.4.0)
                   1.4.1
    
> Concurrent random walk test does not handle premission change
> -------------------------------------------------------------
>
>                 Key: ACCUMULO-445
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-445
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>              Labels: 14_qa_bug
>             Fix For: 1.4.1
>
>
> 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.<init>(IsolatedScanner.java:144)
>         at org.apache.accumulo.core.client.IsolatedScanner.iterator(IsolatedScanner.java:230)
>         at org.apache.accumulo.core.client.RowIterator.<init>(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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira