Josh Elser created ACCUMULO-3164:
------------------------------------
Summary: Continuous BatchWalker died "batch reader closed"
Key: ACCUMULO-3164
URL: https://issues.apache.org/jira/browse/ACCUMULO-3164
Project: Accumulo
Issue Type: Bug
Components: test
Affects Versions: 1.6.0, 1.5.2, 1.6.1
Reporter: Josh Elser
Priority: Minor
Fix For: 1.5.3, 1.6.2
Ran CI on 1.6.1RC1, noticed the batch_walker killed itself
{noformat}
Thread "org.apache.accumulo.test.continuous.ContinuousBatchWalker" died batch
reader closed
java.lang.IllegalStateException: batch reader closed
at
org.apache.accumulo.core.client.impl.TabletServerBatchReader.setRanges(TabletServerBatchReader.java:95)
at
org.apache.accumulo.test.continuous.ContinuousBatchWalker.runBatchScan(ContinuousBatchWalker.java:93)
at
org.apache.accumulo.test.continuous.ContinuousBatchWalker.main(ContinuousBatchWalker.java:75)
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:141)
at java.lang.Thread.run(Thread.java:745)
{noformat}
I'm guessing this has been there for a while but we never noticed because the
example batchwalker runs so infrequently. Probably also affects 1.5, but I
haven't tested it yet to be 100% sure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)