Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-3088

IllegalStateException: Cleanup before finished. 0 out of 1 strams have finished

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • None
    • None

    Description

      git.commit.id.abbrev=d10769f

      Query :

      select * from j2 where c_bigint not in ( select cast(c_integer as bigint) from j6 ) and c_varchar not in ( 'AAAA', 'BBBB', '0000', '0008 397933 38800', '0000 000000 00000') and c_boolean in ( 'true' ) and c_date not in ( select distinct c_date from j6)
      

      Error from the logs :

      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]
      	at org.apache.drill.common.exceptions.UserException$Builder.build(UserException.java:522) ~[drill-common-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	at org.apache.drill.exec.work.fragment.FragmentExecutor.sendFinalState(FragmentExecutor.java:315) [drill-java-exec-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	at org.apache.drill.exec.work.fragment.FragmentExecutor.run(FragmentExecutor.java:283) [drill-java-exec-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	at org.apache.drill.common.SelfCleaningRunnable.run(SelfCleaningRunnable.java:38) [drill-common-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_51]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_51]
      	at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]
      Caused by: 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) ~[drill-java-exec-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	at org.apache.drill.exec.physical.impl.unorderedreceiver.UnorderedReceiverBatch.close(UnorderedReceiverBatch.java:217) ~[drill-java-exec-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	at org.apache.drill.exec.physical.impl.BaseRootExec.close(BaseRootExec.java:122) ~[drill-java-exec-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	at org.apache.drill.exec.work.fragment.FragmentExecutor.closeOutResources(FragmentExecutor.java:333) [drill-java-exec-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	at org.apache.drill.exec.work.fragment.FragmentExecutor.run(FragmentExecutor.java:278) [drill-java-exec-1.0.0-SNAPSHOT-rebuffed.jar:1.0.0-SNAPSHOT]
      	... 4 common frames omitted
      

      Attached the dataset and more information from the logs

      Attachments

        1. DRILL-3088.patch
          2 kB
          Steven Phillips
        2. error.log
          103 kB
          Rahul Kumar Challapalli
        3. j2.tar.gz
          1 kB
          Rahul Kumar Challapalli
        4. j6.tar.gz
          19 kB
          Rahul Kumar Challapalli

        Activity

          People

            mehant Mehant Baid
            rkins Rahul Kumar Challapalli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: