Eric Wohlstadter created HIVE-20093: ---------------------------------------
Summary: LlapOutputFomatService: Use ArrowBuf with Netty for Accounting Key: HIVE-20093 URL: https://issues.apache.org/jira/browse/HIVE-20093 Project: Hive Issue Type: Bug Reporter: Eric Wohlstadter Assignee: Eric Wohlstadter Combining {{Unpooled.wrappedBuffer}} with Arrow buffers can create corrupted buffers from buffer reuse race-condition. This change ensures Arrow memory to be accounted by the same BufferAllocator. RootAllocator will return an ArrowBuf which cooperates with Arrow memory arrow accounting after Netty {{release(1)}} the buffer. -- This message was sent by Atlassian JIRA (v7.6.3#76005)