You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2015/05/20 20:43:00 UTC

[jira] [Created] (DRILL-3155) Variable width vectors leak memory

Mehant Baid created DRILL-3155:
----------------------------------

             Summary: Variable width vectors leak memory
                 Key: DRILL-3155
                 URL: https://issues.apache.org/jira/browse/DRILL-3155
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Mehant Baid
            Assignee: Mehant Baid
             Fix For: 1.1.0


While allocating memory for variable width vectors we first allocate the necessary memory for the actual data followed by the memory needed for the offset vector. However if the first allocation for the data buffer succeeds and the one for the offset vector fails we don't release the buffer allocated for the data causing memory leaks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)