You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "David Alves (JIRA)" <ji...@apache.org> on 2013/03/24 02:45:15 UTC

[jira] [Created] (DRILL-55) RSERegistry does not store built engines into availableEngines map

David Alves created DRILL-55:
--------------------------------

             Summary: RSERegistry does not store built engines into availableEngines map
                 Key: DRILL-55
                 URL: https://issues.apache.org/jira/browse/DRILL-55
             Project: Apache Drill
          Issue Type: Bug
            Reporter: David Alves
            Assignee: David Alves


RSERegistry never stores the engines built in getEngine() into the availableEngines map, which causes a new engine instance to be built in every call and prevents direct interaction with an engine.

Specific problem: trying to override a specific configuration for testing doesn't work because getEngine always returns a new instance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira