You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Liya Fan (Jira)" <ji...@apache.org> on 2020/04/16 10:22:00 UTC

[jira] [Created] (ARROW-8481) [Java] Provide an allocation manager based on Unsafe API

Liya Fan created ARROW-8481:
-------------------------------

             Summary: [Java] Provide an allocation manager based on Unsafe API
                 Key: ARROW-8481
                 URL: https://issues.apache.org/jira/browse/ARROW-8481
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Java
            Reporter: Liya Fan
            Assignee: Liya Fan


This is in response to the discussion in https://github.com/apache/arrow/pull/6323#issuecomment-614195070

In this issue, we provide an allocation manager that is capable of allocation large (> 2GB) buffers. In addition, it does not depend on the netty library, which is aligning with the general trend of removing netty dependencies. In the future, we are going to make it the default allocation manager. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)