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/03/26 22:44:56 UTC

[jira] [Updated] (ACCUMULO-3173) Tried to use scanner after it was closed

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

Josh Elser updated ACCUMULO-3173:
---------------------------------
    Assignee:     (was: Josh Elser)

> Tried to use scanner after it was closed
> ----------------------------------------
>
>                 Key: ACCUMULO-3173
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3173
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.6.1
>            Reporter: Josh Elser
>             Fix For: 1.7.0, 1.6.3
>
>
> Saw this in the tabletserver log for a failed run of DeleteTableDuringSplitIT
> {noformat}
> 2014-09-25 11:32:22,806 [tserver.TabletServer] WARN : exception while scanning tablet !0;~<
> java.lang.IllegalStateException: Tried to use scanner after it was closed.
> 	at org.apache.accumulo.tserver.Tablet$Scanner.read(Tablet.java:1823)
> 	at org.apache.accumulo.tserver.TabletServer$ThriftClientHandler$NextBatchTask.run(TabletServer.java:1049)
> 	at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47)
> 	at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
> 	at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)