Add throttling for internode streaming
--------------------------------------

                 Key: CASSANDRA-3080
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3080
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Stu Hood
             Fix For: 1.0


Cassandra does (mostly) sequential reads from disk to send data to other nodes, 
which means that it is easily possible to stream upwards of 100 MB/s per source 
node.

To avoid affecting service, we should add streaming throttling across all 
streams in the outbound direction, preferably configurable from JMX, and with 
`nodetool netstats` integration.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to