You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2016/06/19 14:51:05 UTC

[jira] [Created] (CASSANDRA-12033) Use Netty's off-heap allocator instead of ByteBuffer.allocateDirect()

Robert Stupp created CASSANDRA-12033:
----------------------------------------

             Summary: Use Netty's off-heap allocator instead of ByteBuffer.allocateDirect()
                 Key: CASSANDRA-12033
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12033
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Robert Stupp
            Assignee: Robert Stupp


As outlined in CASSANDRA-11818, ByteBuffer.allocateDirect() has some major issues.

This ticket configured Netty to use use its own off-heap "space". Requires Netty 4.0.37



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)