You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2016/01/05 21:44:39 UTC

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

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

Robert Stupp commented on CASSANDRA-8873:
-----------------------------------------

WDYT about the ability to override (nearly) every parameter in cassandra.yaml using {{-Dcassandra.}} properties?

> Add PropertySeedProvider
> ------------------------
>
>                 Key: CASSANDRA-8873
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8873
>             Project: Cassandra
>          Issue Type: New Feature
>            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
(v6.3.4#6332)