[
https://issues.apache.org/jira/browse/CASSANDRA-11061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Knighton updated CASSANDRA-11061:
--------------------------------------
Description:
If a node with no stored tokens is started with auto_bootstrap: false and
write_survey=true, it can't join the ring because its bootstrap tokens never
get persisted to the SystemKeyspace (since this is done in bootstrap).
We should either persist these tokens even when auto_bootstrap: false or
disallow the use of write_survey mode with auto_bootstrap: false.
was:
If a blank node is started with auto_bootstrap: false and write_survey=true, it
can't join the ring because it's bootstrap tokens never get persisted to the
SystemKeyspace (since this is done in bootstrap).
We should either persist these tokens even when auto_bootstrap: false or
disallow the use of write_survey mode with auto_bootstrap: false.
> Write survey node can't join ring if started with auto_bootstrap: false
> -----------------------------------------------------------------------
>
> Key: CASSANDRA-11061
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11061
> Project: Cassandra
> Issue Type: Bug
> Components: Distributed Metadata
> Reporter: Joel Knighton
> Priority: Trivial
>
> If a node with no stored tokens is started with auto_bootstrap: false and
> write_survey=true, it can't join the ring because its bootstrap tokens never
> get persisted to the SystemKeyspace (since this is done in bootstrap).
> We should either persist these tokens even when auto_bootstrap: false or
> disallow the use of write_survey mode with auto_bootstrap: false.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)