[
https://issues.apache.org/jira/browse/DRILL-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372151#comment-14372151
]
Venki Korukanti commented on DRILL-2413:
----------------------------------------
Review Board link: https://reviews.apache.org/r/32331/
> FileSystemPlugin refactoring: avoid sharing DrillFileSystem across schemas
> --------------------------------------------------------------------------
>
> Key: DRILL-2413
> URL: https://issues.apache.org/jira/browse/DRILL-2413
> Project: Apache Drill
> Issue Type: Sub-task
> Components: Metadata, Storage - Information Schema
> Reporter: Venki Korukanti
> Assignee: Venki Korukanti
> Fix For: 0.9.0
>
> Attachments: DRILL-2413-1.patch
>
>
> Currently we create one DrillFileSystem (an extension of hadoop FileSystem)
> instance and share it across all Workspaces created for all queries,
> FormatPlugins and FormatMatcher. Remove the shared DrillFileSystem instead
> share the DrillFileSystem configuration and create a DrillFileSystem in each
> Schema (WorkspaceSchema) using the current user credentials in Schema. The
> same DrillFileSystem instances to passed to FormatPlugins and FormatMatchers
> whenever Schemas need to access the file system.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)