Hanifi Gunes created DRILL-3465:
-----------------------------------
Summary: Do not re-raise OOM exception in vectors
Key: DRILL-3465
URL: https://issues.apache.org/jira/browse/DRILL-3465
Project: Apache Drill
Issue Type: Bug
Components: Execution - Data Types
Affects Versions: 1.1.0
Reporter: Hanifi Gunes
Assignee: Hanifi Gunes
DRILL-3445 changes the contract of BufferAllocator#buffer so that an allocator
now throws an OOM exception instead of returning null. Vectors should be
refactored so that allocateNew directly relies on BufferAllocator#buffer
instead of making an additional call to allocateNewSafe and re-raising an OOM
exception. The proposal is to swap out allocation logics placed in allocateNew
and allocateNewSafe.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)