[
https://issues.apache.org/jira/browse/CASSANDRA-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902844#comment-13902844
]
Benedict commented on CASSANDRA-6596:
-------------------------------------
Yeah, so you're now multipling the declared megabits by 8 megabytes, instead of
by 1Mbit. It should be
bq double currentThroughput = ((double)
DatabaseDescriptor.getStreamThroughputOutboundMegabitsPerSec()) * 1024 * 128
> Split out outgoing stream throughput within a DC and inter-DC
> -------------------------------------------------------------
>
> Key: CASSANDRA-6596
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6596
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Jeremy Hanna
> Assignee: Vijay
> Priority: Minor
> Fix For: 2.1
>
> Attachments: 0001-CASSANDRA-6596.patch
>
>
> Currently the outgoing stream throughput setting doesn't differentiate
> between when it goes to another node in the same DC and when it goes to
> another DC across a potentially bandwidth limited link. It would be nice to
> have that split out so that it could be tuned for each type of link.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)