body.release();
}
}
BufferAllocator allocator = manager.getFragmentContext().getAllocator();
if (body != null) {
if (!allocator.takeOwnership((DrillBuf) body.unwrap())) {
dataHandler.handle(connection, manager, OOM_FRAGMENT, null, null);
}
}
dataHandler.handle(connection, manager, fragmentBatch, (DrillBuf) body, sender);