Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-3088 Expose compaction_throughput_mb_per_sec for JMX tweaking
- Resolved