You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Victoria Markman (JIRA)" <ji...@apache.org> on 2016/02/11 19:55:18 UTC

[jira] [Closed] (DRILL-4235) Hit IllegalStateException when exec.queue.enable=ture

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

Victoria Markman closed DRILL-4235.
-----------------------------------

> Hit IllegalStateException when exec.queue.enable=ture 
> ------------------------------------------------------
>
>                 Key: DRILL-4235
>                 URL: https://issues.apache.org/jira/browse/DRILL-4235
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.5.0
>         Environment: git.commit.id=6dea429949a3d6a68aefbdb3d78de41e0955239b
>            Reporter: Dechang Gu
>            Assignee: Deneche A. Hakim
>            Priority: Critical
>             Fix For: 1.5.0
>
>
> 0: jdbc:drill:schema=dfs.parquet> select * from sys.options;
> Error: SYSTEM ERROR: IllegalStateException: Failure trying to change states: ENQUEUED --> RUNNING
> [Error Id: 6ac8167c-6fb7-4274-9e5c-bf62a195c06e on ucs-node5.perf.lab:31010]
>   (org.apache.drill.exec.work.foreman.ForemanException) Unexpected exception during fragment initialization: Exceptions caught during event processing
>     org.apache.drill.exec.work.foreman.Foreman.run():261
>     java.util.concurrent.ThreadPoolExecutor.runWorker():1145
>     java.util.concurrent.ThreadPoolExecutor$Worker.run():615
>     java.lang.Thread.run():745
>   Caused By (java.lang.RuntimeException) Exceptions caught during event processing
>     org.apache.drill.common.EventProcessor.sendEvent():93
>     org.apache.drill.exec.work.foreman.Foreman$StateSwitch.moveToState():792
>     org.apache.drill.exec.work.foreman.Foreman.moveToState():909
>     org.apache.drill.exec.work.foreman.Foreman.runPhysicalPlan():420
>     org.apache.drill.exec.work.foreman.Foreman.runSQL():926
>     org.apache.drill.exec.work.foreman.Foreman.run():250
>     java.util.concurrent.ThreadPoolExecutor.runWorker():1145
>     java.util.concurrent.ThreadPoolExecutor$Worker.run():615
>     java.lang.Thread.run():745
>   Caused By (java.lang.IllegalStateException) Failure trying to change states: ENQUEUED --> RUNNING
>     org.apache.drill.exec.work.foreman.Foreman$StateSwitch.processEvent():896
>     org.apache.drill.exec.work.foreman.Foreman$StateSwitch.processEvent():790
>     org.apache.drill.common.EventProcessor.sendEvent():73
>     org.apache.drill.exec.work.foreman.Foreman$StateSwitch.moveToState():792
>     org.apache.drill.exec.work.foreman.Foreman.moveToState():909
>     org.apache.drill.exec.work.foreman.Foreman.runPhysicalPlan():420
>     org.apache.drill.exec.work.foreman.Foreman.runSQL():926
>     org.apache.drill.exec.work.foreman.Foreman.run():250
>     java.util.concurrent.ThreadPoolExecutor.runWorker():1145
>     java.util.concurrent.ThreadPoolExecutor$Worker.run():615
>     java.lang.Thread.run():745 (state=,code=0)



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