Josh Elser created ACCUMULO-2110:
------------------------------------
Summary: [RW] Error in Bulk.Verify
Key: ACCUMULO-2110
URL: https://issues.apache.org/jira/browse/ACCUMULO-2110
Project: Accumulo
Issue Type: Bug
Components: test
Reporter: Josh Elser
Fix For: 1.6.0
Saw this across three different RW clients. Obviously the key differs each time.
{noformat}
java.lang.Exception: Error running node Bulk.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:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.accumulo.start.Main$1.run(Main.java:137)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.Exception: Error running node bulk.Verify
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: java.lang.Exception: Bad key at r08930 cf:000 [] 1388209514232 false
1
at org.apache.accumulo.test.randomwalk.bulk.Verify.visit(Verify.java:65)
at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254)
... 9 more
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)