Description
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.
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-14477 The check of num_tokens against the length of inital_token in the yaml triggers unexpectedly
- Resolved