Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
-
None
Description
DrillRuleSets.java lazily creates a list of rules that are used to decide on optimizations. This is done lazily because some of the rules require some context to operate on. However, the ones that do capture context that should not be used after the current query completes. In particular, the new allocator has caught later queries using the allocator created (and since closed) for the first query executed on the drillbit.
Attachments
Issue Links
- is part of
-
DRILL-1942 Improve off-heap memory usage tracking
- In Progress