You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/04/06 03:58:12 UTC

[jira] [Resolved] (ACCUMULO-3164) Continuous BatchWalker died "batch reader closed"

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

Josh Elser resolved ACCUMULO-3164.
----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.6.3)
                       (was: 1.5.3)
                       (was: 1.7.0)

Re-open if we see this again.

> 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.5.2, 1.6.0, 1.6.1
>            Reporter: Josh Elser
>            Priority: Minor
>
> 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)