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)