Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
In CASSANDRA-10120 we added a check that compares num_tokens against the number of tokens supplied in the yaml via initial_token. From my reading of CASSANDRA-10120 it was to prevent cassandra starting if the yaml contained contradictory values for num_tokens and initial_tokens which should help prevent misconfiguration via human error. The current behaviour appears to differ slightly in that it performs this comparison regardless of whether num_tokens is included in the yaml or not. Below are proposed patches to only perform the check if both options are present in the yaml.
Attachments
Issue Links
- relates to
-
CASSANDRA-10120 When specifying both num_tokens and initial_token, error out if the numbers don't match
- Resolved