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

Impala may leak or use too many file descriptors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.1
    • Impala 2.2
    • None

    Description

      Impala may leak file descriptors if ScanRange::Open() fails due to an error seeking to the file offset.

      Impala may keep file descriptors open longer than necessary. It may keep files open until the last buffer is returned, which can be arbitrarily long as the buffer is passed up the plan tree. This is unnecessary for the case where hdfs caching is not being used.

      Attachments

        Activity

          People

            nong_impala_60e1 Nong Li
            srus Silvius Rus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: