[
https://issues.apache.org/jira/browse/CASSANDRA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789810#action_12789810
]
Avinash Lakshman commented on CASSANDRA-617:
--------------------------------------------
The heartbeats which are predominantly what take up Gossip state and hence
compression really helps out here. TCP overhead is actually negligible and we
can still restrict the size of the Gossip packet to be around 8K and then
compress. But TCP suggestion was mainly for clusters perhaps in excess of 1000
nodes. The reason I brought that up was because if we do it we can forget about
it once and for all :).
> gossiper scalability
> --------------------
>
> Key: CASSANDRA-617
> URL: https://issues.apache.org/jira/browse/CASSANDRA-617
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.5
> Reporter: Jaakko Laine
> Fix For: 0.5
>
> Attachments: averages.png, spread_100.png, spread_50.png,
> spread_90.png
>
>
> Improve gossiper scalability.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.