GitHub user jacques-n opened a pull request:

    https://github.com/apache/drill/pull/227

    DRILL-4000: Ensure storage plugins are not needlessly created. Add st…

    …art and close capability to storage plugins.
    
    Add a new configuration based map so any configurations that are passed to 
a node can leverage existing storage plugins.
    Update FileSystemConfig to correctly implement hashcode()
    Update StoragePlugin interface to extends Autocloseable and add start() 
method.
    Update Mongo plugin to close clients when closing plugin.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jacques-n/drill DRILL-4000

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/227.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #227
    
----
commit 7b60adfc6f5fa5139709ef2ce618fb92d9e97159
Author: Jacques Nadeau <[email protected]>
Date:   2015-10-31T22:16:32Z

    DRILL-4000: Ensure storage plugins are not needlessly created. Add start 
and close capability to storage plugins.
    
    Add a new configuration based map so any configurations that are passed to 
a node can leverage existing storage plugins.
    Update FileSystemConfig to correctly implement hashcode()
    Update StoragePlugin interface to extends Autocloseable and add start() 
method.
    Update Mongo plugin to close clients when closing plugin.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to