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

Reply via email to