You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2014/07/18 04:59:05 UTC

[jira] [Resolved] (ACCUMULO-1176) authorization error in random walk tests

     [ https://issues.apache.org/jira/browse/ACCUMULO-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Drob resolved ACCUMULO-1176.
---------------------------------

    Resolution: Cannot Reproduce

> authorization error in random walk tests
> ----------------------------------------
>
>                 Key: ACCUMULO-1176
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1176
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.4.3
>         Environment: 10-node test cluster, running 1.4.3 branch, random walk with the All.xml configuration, but without the Security.xml module, with agitation.
>            Reporter: Eric Newton
>            Priority: Minor
>
> After running random walk for 7.5 hours, saw the following failure on one walker:
> {noformat}
> 13 03:37:33,522 [randomwalk.Module] DEBUG: Properties for node: ct.BatchWrite
> 13 03:37:33,523 [randomwalk.Module] DEBUG:   teardown: 
> 13 03:37:33,523 [randomwalk.Module] DEBUG:   maxSec: 
> 13 03:37:33,523 [randomwalk.Module] DEBUG:   maxHops: 
> 13 03:37:33,523 [randomwalk.Module] DEBUG: Properties for node: Concurrent.xml
> 13 03:37:33,523 [randomwalk.Module] DEBUG:   teardown: 
> 13 03:37:33,523 [randomwalk.Module] DEBUG:   maxSec: 
> 13 03:37:33,523 [randomwalk.Module] DEBUG:   maxHops: 
> 13 03:37:33,523 [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.BatchWrite
>         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: org.apache.accumulo.core.client.MutationsRejectedException: # constraint violations : 0  # authorization failures : 1  # server errors 0 # exceptions 0
>         at org.apache.accumulo.core.client.impl.TabletServerBatchWriter.checkForFailures(TabletServerBatchWriter.java:454)
>         at org.apache.accumulo.core.client.impl.TabletServerBatchWriter.close(TabletServerBatchWriter.java:301)
>         at org.apache.accumulo.core.client.impl.BatchWriterImpl.close(BatchWriterImpl.java:51)
>         at org.apache.accumulo.server.test.randomwalk.concurrent.BatchWrite.visit(BatchWrite.java:61)
>         at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:251)
>         ... 9 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)