org.apache.drill.common.exceptions.UserException: SYSTEM ERROR: java.lang.IllegalStateException: Cleanup before finished. 0 out of 1 strams have finished Fragment 5:30 [Error Id: 593d62dd-f509-4c22-ba5b-8d11cf85ecc0 on atsqa6c85.qa.lab:31010]
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Apache's JIRA Issue Tracker by Rahul Challapalli, 1 year ago
via GitHub by hermandr
, 3 weeks agovia drill-dev by Khurram Faraaz (JIRA), 9 months ago
via incubator-drill-user by Anup Tiwari, 2 days ago
via drill-user by Anup Tiwari, 11 months ago
via incubator-drill-user by Andries Engelbrecht, 2 days ago
java.lang.IllegalStateException: Cleanup before finished. 0 out of 1 strams have finished
at org.apache.drill.exec.work.batch.BaseRawBatchBuffer.cleanup(BaseRawBatchBuffer.java:116)
at org.apache.drill.exec.physical.impl.unorderedreceiver.UnorderedReceiverBatch.close(UnorderedReceiverBatch.java:217)
at org.apache.drill.exec.physical.impl.BaseRootExec.close(BaseRootExec.java:122)
at org.apache.drill.exec.work.fragment.FragmentExecutor.closeOutResources(FragmentExecutor.java:333)
at org.apache.drill.exec.work.fragment.FragmentExecutor.run(FragmentExecutor.java:278)
at org.apache.drill.common.SelfCleaningRunnable.run(SelfCleaningRunnable.java:38)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)