Jeremy Hanna created CASSANDRA-10120: ----------------------------------------
Summary: When specifying both num_tokens and initial_token, error out if the numbers don't match Key: CASSANDRA-10120 URL: https://issues.apache.org/jira/browse/CASSANDRA-10120 Project: Cassandra Issue Type: Improvement Reporter: Jeremy Hanna Right now if both initial_token and num_tokens are specified, initial_token is used. As something to not trip people up, it would be nice to do a basic error check. If both are specified, we should make sure they match. That is, if they have one initial token and num_tokens of 256, it should error out on startup and alert the user of the configuration. It's better to fail fast than bootstrap with only one token. -- This message was sent by Atlassian JIRA (v6.3.4#6332)