[
https://issues.apache.org/jira/browse/CASSANDRA-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis updated CASSANDRA-648:
-------------------------------------
Attachment: 648-2.patch
move isInSameRack and isInSameDC into AbstractEPS, making the basic IEPS
interface sorting by proximity and the rest an implementation detail that only
the corresponding kind of ReplicationStrategy should care about
> findSuitableEndPoint not returning closest endPoint
> ---------------------------------------------------
>
> Key: CASSANDRA-648
> URL: https://issues.apache.org/jira/browse/CASSANDRA-648
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.5
> Reporter: Chris Goffinet
> Assignee: Chris Goffinet
> Fix For: 0.5
>
> Attachments:
> 0001-Returned-the-sorted-endpoints-properly-for-CASSANDRA.patch, 648-2.patch,
> 648.patch
>
>
> After we switched everything over to Rackaware, I was noticing queries still
> taking 80ms+. We run in multiple datacenter's and I had a suspicion that it
> was just connecting to a node on east coast. It looks like
> findSuitableEndPoint sorts endpoints, but does not use the returned sorted
> endpoints when needing to return the final endpoint.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.