You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/04/19 05:30:58 UTC

[jira] [Created] (DRILL-2826) Improve resilience to memory leaks and unclosed allocators

Jacques Nadeau created DRILL-2826:
-------------------------------------

             Summary: Improve resilience to memory leaks and unclosed allocators
                 Key: DRILL-2826
                 URL: https://issues.apache.org/jira/browse/DRILL-2826
             Project: Apache Drill
          Issue Type: Improvement
          Components: Execution - Flow
            Reporter: Jacques Nadeau
            Assignee: Jacques Nadeau
             Fix For: 1.0.0


Right now, if we leak memory, we immediately throw an exception.  This means any additional closing will cause us to leak additional memory.  This work is to ensure that one leak does not cause everything to leak.  Additionally, will look to centralize object closes. 



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