You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2016/01/10 02:43:39 UTC

[jira] [Created] (DRILL-4257) Ensure shutting down a Drillbit also shuts down all StoragePlugins

Jacques Nadeau created DRILL-4257:
-------------------------------------

             Summary: Ensure shutting down a Drillbit also shuts down all StoragePlugins
                 Key: DRILL-4257
                 URL: https://issues.apache.org/jira/browse/DRILL-4257
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Flow
            Reporter: Jacques Nadeau
            Assignee: Jacques Nadeau
             Fix For: 1.5.0


Right now, if a StoragePlugin implementation relies on the close method to clean up resources, those resources won't be cleaned up when the Drillbit class is shutdown. This is because Drillbit doesn't actually close the StoragePluginRegistry and associated resources. This causes problems in leaking resources in tests.



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