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

Verify that exec nodes delete blocks

    XMLWordPrintableJSON

Details

    Description

      Currently BufferedBlockMgr is a per-query object that automatically cleans up any blocks at the end of the query. Most exec nodes will call Block::Delete() to let BufferedBlockMgr know that the block is finished. However, it's not clear if this is always done because blocks are automatically cleaned up at the end of the query regardless of their state.

      This task is to add validation to check whether this invariant is true, and if not, make the appropriate changes so that Block::Delete() is consistently called.

      Attachments

        Issue Links

          Activity

            People

              tarmstrong Tim Armstrong
              tarmstrong Tim Armstrong
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: