You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2014/06/13 04:36:02 UTC

[jira] [Resolved] (CASSANDRA-7045) Investigate changes to threading model for network consumers to improve performance for small messages

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

Benedict resolved CASSANDRA-7045.
---------------------------------

    Resolution: Duplicate

CASSANDRA-4718 has delivered most of the benefit I had envisaged with this ticket, and is likely the best we'll manage without major application changes, so closing as duplicate.

> Investigate changes to threading model for network consumers to improve performance for small messages
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-7045
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7045
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Benedict
>            Assignee: Benedict
>              Labels: performance
>
> See CASSANDRA-7029 for original discussion.
> We can (maybe) optimise the threading model for network consumers: since we generally process very small messages (200 bytes not at all implausible), the thread signalling costs on the processing thread can actually dramatically impede throughput. In general it costs ~10micros to signal (and passing the message to another thread for processing in the current model requires signalling). For 200-byte messages this caps our throughput at 20MB/s.



--
This message was sent by Atlassian JIRA
(v6.2#6252)