You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 05:54:02 UTC

[jira] [Updated] (CASSANDRA-8873) Add PropertySeedProvider

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

C. Scott Andreas updated CASSANDRA-8873:
----------------------------------------
    Component/s: Configuration

> Add PropertySeedProvider
> ------------------------
>
>                 Key: CASSANDRA-8873
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8873
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Configuration
>            Reporter: Albert P Tobey
>            Priority: Minor
>         Attachments: PropertySeedProvider.java
>
>
> Add a PropertySeedProvider that allows administrators to set a seed on the command line with -Dcassandra.seeds=127.0.0.1,127.0.0.2 instead of rewriting cassandra.yaml.
> It looks like the yaml parser expects there to always be a parameters: option on seeds, so unless we change it to be optional, there needs to be a dummy map or the yaml will not parse, e.g.
> seed_provider:
>     - class_name: org.apache.cassandra.locator.PropertySeedProvider
>       parameters:
>           - stub: "this is required for the yaml parser and is ignored"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org