You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2013/06/14 18:24:20 UTC

[jira] [Reopened] (CASSANDRA-5630) config option to allow GossipingPropertyFileSnitch to use the "reconnect trick"

     [ https://issues.apache.org/jira/browse/CASSANDRA-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams reopened CASSANDRA-5630:
-----------------------------------------

    
> config option to allow GossipingPropertyFileSnitch to use the "reconnect trick"
> -------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-5630
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5630
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1.1
>            Reporter: Chris Burroughs
>            Assignee: Chris Burroughs
>            Priority: Minor
>             Fix For: 1.2.6
>
>         Attachments: CASSANDRA-5630-v1.patch
>
>
> Currently we have two instances of the "use the local ip inside the same datacenter trick":
>  * Ec2MultiRegionSnitch -- which is obviously EC2 specific
>  * YamlFileNetworkTopologySnitch -- which is powerful but verbose
> There is no reason that GossipingPropertyFileSnitch could not (optionally) do the same.  Attached is a patch that adds a preferLocal (default==false==current-behavior) property to GossipingPropertyFileSnitch and does the IEndpointStateChangeSubscriber reconnect dance.  I based it on the other snitches but admit that they still seem fairly magical to me.  This could be a new class that extends GossipingPropertyFileSnitch, but I could not think of a name that wasn't absurdly long.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira