[
https://issues.apache.org/jira/browse/CASSANDRA-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13945906#comment-13945906
]
Benedict commented on CASSANDRA-6689:
-------------------------------------
I've updated the repository to include your remaining changes.
One last change I did not include was your suppression of errors from calling
the direct cleaner: IMO this is dangerous, and the user should immediately find
out that we do not have full support for off-heap functionality by crashing, so
that they can reconfigure to use the on-heap allocator only. If we cannot
clean, we are at risk of completely trashing the file system page cache through
competition with our direct buffers. Better to fail badly ASAP.
> Partially Off Heap Memtables
> ----------------------------
>
> Key: CASSANDRA-6689
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6689
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Benedict
> Assignee: Benedict
> Labels: performance
> Fix For: 2.1 beta2
>
> Attachments: CASSANDRA-6689-final-changes.patch,
> CASSANDRA-6689-small-changes.patch
>
>
> Move the contents of ByteBuffers off-heap for records written to a memtable.
> (See comments for details)
--
This message was sent by Atlassian JIRA
(v6.2#6252)