[
https://issues.apache.org/jira/browse/DRILL-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611113#comment-14611113
]
Chris Westin commented on DRILL-3433:
-------------------------------------
The allocator code is shared, but the allocator itself isn't shared when
running an embedded drillbit, and it probably should be, otherwise the
available direct memory will be oversubscribed (by 2x). When running in
embedded mode, we may need to find a way to share the DrillConfig as well as
the allocator itself.
> DrillConfig.create(Properties) used outside of testing code
> -----------------------------------------------------------
>
> Key: DRILL-3433
> URL: https://issues.apache.org/jira/browse/DRILL-3433
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Flow
> Reporter: Daniel Barclay (Drill)
> Fix For: Future
>
>
> The method description of DrillConfig.create(Properties) says:
> Do not use this method outside of test code.
> However, it is called in DrillConnectionImpl(...).
> Additionally, that method description doesn't say anything about what
> DrillConfig.create(Properties) actually does (why it's for testing vs. for
> non-testing use).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)