[ https://issues.apache.org/jira/browse/CASSANDRA-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923827#action_12923827 ]
Hudson commented on CASSANDRA-1643: ----------------------------------- Integrated in Cassandra #573 (See [https://hudson.apache.org/hudson/job/Cassandra/573/]) move endpoint cache from snitch to strategy patch by jbellis; reviewed by brandonwilliams for CASSANDRA-1643 > Endpoint cache for a token should be part of AbstractReplicationStrategy and > not Snitch > --------------------------------------------------------------------------------------- > > Key: CASSANDRA-1643 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1643 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7 beta 1 > Reporter: Rishi Bhardwaj > Assignee: Jonathan Ellis > Fix For: 0.7.0 > > Attachments: 1643-v2.txt, 1643.txt > > Original Estimate: 24h > Remaining Estimate: 24h > > There is a single DynamicEndpointSnitch object for all ReplicationStrategy > objects. This DynamicEndpointSnitch object contains a single IEndpointSnitch > subsnitch object. This subsnitch object contains the Endpoint cache for a > token. Thus there is a single endpoint cache for all ReplicationStrategy > objects. This implies that replica nodes for a Token as returned by the Cache > would be same irrespective of the ReplicationStrategy object. This is a bug, > the Endpoint cache should be a part of "AbstractReplicationStrategy" object > rather than the IEndpointSnitch object. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.