[ 
https://issues.apache.org/jira/browse/CASSANDRA-12627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15670567#comment-15670567
 ] 

Edward Capriolo commented on CASSANDRA-12627:
---------------------------------------------

[~jasobrown] We attempted to discussion this offline but have been playing 
phone tag for ~ two weeks now.

Here is what I am going to do.

* Rebase
* Remove NeighborSeedProvider
* Rename PropertyOrEnvironmentSeedProvider to PropertyBasedSeedProvider

I think my last comment demonstrates why PropertyBasedSeedProvider it is 
useful. It allows people to integrate with a general set of things. Including 
shell scripts, http servers, and dns servers.


> Provide new seed providers
> --------------------------
>
>                 Key: CASSANDRA-12627
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12627
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>
> SeedProvider is plugable, however only one implementation exists.
> Changes:
> * Create a SeedProvider that reads properties from System properties or env
> * Provide a SeedProvider that scans ranges of IP addresses to find peers.
> * Refactor interface to abstract class because all seed providers must 
> provide a constructor that accepts Map<String,String> 
> * correct error messages
> * Do not catch Exception use MultiCatch and catch typed exceptions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to