You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Timothy Farkas (JIRA)" <ji...@apache.org> on 2018/07/13 23:00:00 UTC

[jira] [Created] (DRILL-6608) Properly Handle Creation and Closure of DrillFileSystems

Timothy Farkas created DRILL-6608:
-------------------------------------

             Summary: Properly Handle Creation and Closure of DrillFileSystems
                 Key: DRILL-6608
                 URL: https://issues.apache.org/jira/browse/DRILL-6608
             Project: Apache Drill
          Issue Type: Task
            Reporter: Timothy Farkas


Currently the strategy Drill uses for creating file systems is to create a DrillFileSystem for readers and writers and then never close it. In order to prevent the proliferation of underlying file system objects used by DrillFileSystem, the underlying filesystems are cached.

This is not ideal, we should properly close our file system objects instead of caching them and keeping them in memory forever.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)