RE: StreamCoordinator.ConnectionsPerHost set to 1

2016-06-17 Thread Anubhav Kale
Motta [mailto:pauloricard...@gmail.com] Sent: Thursday, June 16, 2016 3:06 PM To: user@cassandra.apache.org Subject: Re: StreamCoordinator.ConnectionsPerHost set to 1 Increasing the number of threads alone won't help, because you need to add connectionsPerHost-awareness to StreamPlan.requestR

Re: StreamCoordinator.ConnectionsPerHost set to 1

2016-06-16 Thread Paulo Motta
Increasing the number of threads alone won't help, because you need to add connectionsPerHost-awareness to StreamPlan.requestRanges (otherwise only a single connection per host is created) similar to what was done to StreamPlan.transferFiles by CASSANDRA-3668, but maybe bit trickier. There's an ope