Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-18318

LLAP record reader should check interrupt even when not blocking

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • None
    • None

    Description

      Hive operators don't check interrupts, and may not do blocking operations.
      LLAP record reader only blocks in IO is slower than processing; so, if IO is fast enough, it will not ever block (at least not interruptibly, the sync w/IO on the object does not check interrupts), and thus never catch interrupts.
      So, the task would be impossible to terminate.

      Attachments

        1. HIVE-18318.patch
          2 kB
          Sergey Shelukhin

        Activity

          People

            sershe Sergey Shelukhin
            sershe Sergey Shelukhin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: