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

[jira] [Created] (CASSANDRA-11061) Write survey node can't join ring if started with auto_bootstrap: false

Joel Knighton created CASSANDRA-11061:
-----------------------------------------

             Summary: 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
            Reporter: Joel Knighton
            Priority: Trivial


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.




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