You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2015/02/14 04:47:11 UTC

[jira] [Created] (DRILL-2251) Fix resource leaking issue with new DrillFileSystem

Venki Korukanti created DRILL-2251:
--------------------------------------

             Summary: Fix resource leaking issue with new DrillFileSystem
                 Key: DRILL-2251
                 URL: https://issues.apache.org/jira/browse/DRILL-2251
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 0.8.0
            Reporter: Venki Korukanti
            Assignee: Venki Korukanti
            Priority: Critical
             Fix For: 0.8.0


Currently DrillFSDataInputStream returned by DrillFileSystem.open() is not delegating all method call to underlying FSInputDataStream. This causes few critical calls such as close() to leak resources.



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