Commits

Pindikura Ravindra authored 2ea735030f2
ARROW-4086: [Java] Add apis to debug memory alloc failures - On failures, capture state for each allocator in chain and add the details to the exception. - add APIs to get parent/child allocators - Do not mask the original exception when allocating from vectors Author: Pindikura Ravindra <ravindra@dremio.com> Closes #4369 from pravindra/memdebug and squashes the following commits: 92a269b5 <Pindikura Ravindra> ARROW-4086 : Add apis to debug memory alloc failures