TM.getWriteEndpoints() is linear in number of pending ranges
------------------------------------------------------------
Key: CASSANDRA-3899
URL: https://issues.apache.org/jira/browse/CASSANDRA-3899
Project: Cassandra
Issue Type: Sub-task
Reporter: Peter Schuller
Assignee: Peter Schuller
Despite the comment of the method, it's not just being used by replication
strategies; it's being used in {{StorageProxy.getWriteEndpoints{}}} in the
write patch.
This matters because the minimum number of nodes to be bootstrapping into a
cluster at once in order to finish a capacity add in a reasonable period,
scales linearly with cluster size. We don't want per-request costs to scale
linearly with cluster size.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira