You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2015/08/12 01:46:46 UTC

[jira] [Updated] (CASSANDRA-8887) Direct (de)compression of internode communication

     [ https://issues.apache.org/jira/browse/CASSANDRA-8887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-8887:
--------------------------------------
    Fix Version/s: 3.x

> Direct (de)compression of internode communication
> -------------------------------------------------
>
>                 Key: CASSANDRA-8887
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8887
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Matt Stump
>            Assignee: Ariel Weisberg
>             Fix For: 3.x
>
>
> Internode compression is on by default. Currently we allocate one set of buffers for the raw data, and then compress which results in another set of buffers. This greatly increases the GC load. We can decrease the GC load by doing direct compression/decompression of the communication buffers. This is the same work as done in CASSANDRA-8464 but applied to internode communication.



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