Github user aweisberg commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/224#discussion_r188685441
--- Diff: src/java/org/apache/cassandra/service/StorageService.java ---
@@ -3845,16 +3852,9 @@ public void forceTerminateAllRepairSessions()
* @param key key for which we need to find the endpoint
* @return the endpoint responsible for this key
*/
- public List<InetAddressAndPort> getLiveNaturalEndpoints(Keyspace
keyspace, ByteBuffer key)
- {
- return getLiveNaturalEndpoints(keyspace,
tokenMetadata.decorateKey(key));
- }
-
- public List<InetAddressAndPort> getLiveNaturalEndpoints(Keyspace
keyspace, RingPosition pos)
+ public ReplicaList getLiveNaturalReplicas(Keyspace keyspace,
ByteBuffer key)
--- End diff --
Unused
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]