Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-243

Ctrl-C sometimes interrupts shell in system call, rather than cancelling query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 0.6
    • Impala 1.0
    • None
    • None

    Description

      [localhost:21000] > select * from functional.alltypes a, functional.alltypes b, functional.alltypes c where a.int_col = b.int_col and b.int_col = c.int_col;
      Query: select * from functional.alltypes a, functional.alltypes b, functional.alltypes c where a.int_col = b.int_col and b.int_col = c.int_col
      Query finished, fetching results ...
      ^CUnknown Exception : [Errno 4] Interrupted system call
      

      The query does not get cancelled.

      Attachments

        Activity

          People

            ishaan Ishaan Joshi
            henryr Henry Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: