You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2014/01/24 17:25:47 UTC

[jira] [Created] (ACCUMULO-2251) random walk fails with IllegalStateException

Eric Newton created ACCUMULO-2251:
-------------------------------------

             Summary: random walk fails with IllegalStateException
                 Key: ACCUMULO-2251
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2251
             Project: Accumulo
          Issue Type: Bug
          Components: test, tserver
            Reporter: Eric Newton
            Assignee: Eric Newton


A random walk client died:

{noformat}
23 18:17:16,905 [impl.ConditionalWriterImpl] ERROR: Thread "pool-3-thread-1" died null
java.lang.IllegalStateException
        at org.apache.accumulo.core.client.impl.ConditionalWriterImpl.unreserveSessionID(ConditionalWriterImpl.java:528)
        at org.apache.accumulo.core.client.impl.ConditionalWriterImpl.sendToServer(ConditionalWriterImpl.java:618)
        at org.apache.accumulo.core.client.impl.ConditionalWriterImpl.access$4(ConditionalWriterImpl.java:552)
        at org.apache.accumulo.core.client.impl.ConditionalWriterImpl$SendTask.run(ConditionalWriterImpl.java:448)
        at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
{noformat}




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)