On Wed, Mar 30, 2016 at 3:44 PM, Anubhav Kale <anubhav.k...@microsoft.com> wrote: > Any other ways to make the “rebuild” faster ?
TL;DR add more nodes If you're encountering a per-stream bottleneck (easy to do if using compression), then having a higher node count will translate to higher stream concurrency, and greater throughput. Another thing to keep in mind, the streamthroughput value is *outbound*, it doesn't matter what you have that set to on the rebuilding/bootstrapping node, it *does* matter what it is set to on the nodes that are sending to it (https://issues.apache.org/jira/browse/CASSANDRA-11303 aims to introduce an inbound tunable though). -- Eric Evans eev...@wikimedia.org