Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New token allocator is disabled with DSE #796

Closed
adejanovski opened this issue Dec 14, 2022 · 0 comments · Fixed by #801
Closed

New token allocator is disabled with DSE #796

adejanovski opened this issue Dec 14, 2022 · 0 comments · Fixed by #801
Assignees
Labels
bug Something isn't working done Issues in the state 'done'

Comments

@adejanovski
Copy link
Contributor

The new token allocator uses the allocate_tokens_for_local_replication_factor setting to perform smart token allocations during bootstrap.

While this setting exists by default in Cassandra 4, it's not the case in DSE 6.8.
We need to set it explicitly to 3 (using the same default as Cassandra) unless the setting is overridden in the manifest.

Currently we end up with balance issues when using a small number of tokens.

@adejanovski adejanovski added bug Something isn't working ready Issues in the state 'ready' in-progress Issues in the state 'in-progress' and removed ready Issues in the state 'ready' labels Dec 14, 2022
@adejanovski adejanovski self-assigned this Dec 20, 2022
@adejanovski adejanovski added ready-for-review Issues in the state 'ready-for-review' review Issues in the state 'review' and removed in-progress Issues in the state 'in-progress' ready-for-review Issues in the state 'ready-for-review' labels Dec 20, 2022
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Issues in the state 'done'
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant