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

Failed to propagate error

    XMLWordPrintableJSON

Details

    Description

      git.commit.id.abbrev=3e33880

      The below issue is only happening with order by operator

      Data Set :

      {
        "id" : 1,
        "list" : [{"a":1}, {"a":2}]
      }
      

      Query :

      select t.list, flatten(t.list) from `temp1.json` t order by t.id;
      Error: exception while executing query: null (state=,code=0)
      

      Even the below log file does not indicate the appropriate error
      Log Contents :

      2015-01-27 21:19:27,835 [2b37ff20-7a96-5645-2038-02506c75874e:foreman] INFO  o.a.drill.exec.work.foreman.Foreman - State change requested.  PENDING --> RUNNING
      2015-01-27 21:19:27,896 [UserServer-1] INFO  o.a.drill.exec.work.foreman.Foreman - State change requested.  RUNNING --> CANCELED
      2015-01-27 21:19:27,910 [UserServer-1] INFO  o.a.drill.exec.work.foreman.Foreman - State change requested.  CANCELED --> COMPLETED
      2015-01-27 21:19:27,910 [UserServer-1] WARN  o.a.drill.exec.work.foreman.Foreman - Dropping request to move to COMPLETED state as query is already at CANCELED state (which is terminal).
      

      The actual issue seems to have been fixed by mehan't new fixes. So I am raising this JIRA to track the issue with logging

      Let me know if you have any questions

      Attachments

        Issue Links

          Activity

            People

              adeneche Abdel Hakim Deneche
              rkins Rahul Kumar Challapalli
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: