[
https://issues.apache.org/jira/browse/CASSANDRA-10809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylvain Lebresne updated CASSANDRA-10809:
-----------------------------------------
Resolution: Fixed
Fix Version/s: (was: 2.1.x)
3.5
3.0.5
2.2.6
Status: Resolved (was: Patch Available)
Alright then, committed, thanks.
> Create a -D option to prevent gossip startup
> --------------------------------------------
>
> Key: CASSANDRA-10809
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10809
> Project: Cassandra
> Issue Type: Improvement
> Components: Distributed Metadata
> Reporter: Brandon Williams
> Assignee: Sylvain Lebresne
> Fix For: 2.2.6, 3.0.5, 3.5
>
> Attachments: 10809.txt
>
>
> In CASSANDRA-6961 we changed how join_ring=false works, to great benefit.
> However, sometimes you need to a node to come up, but not interact with other
> nodes whatsoever - for example if you have a schema problem, it will still
> pull the schema from another node because they still gossip even though we're
> in a dead state.
> We can add a way to restore the previous behavior by simply adding something
> like -Dcassandra.start_gossip=false.
> In the meantime we can workaround by setting listen_address to localhost, but
> that's kind of a pain.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)