-
Notifications
You must be signed in to change notification settings - Fork 78
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
K8SSAND-1820 ⁃ Removing Stargate triggers a DC restart #714
Labels
bug
Something isn't working
Comments
I agree 👍 |
5 tasks
olim7t
added a commit
that referenced
this issue
Oct 28, 2022
sseidman
added a commit
to sseidman/k8ssandra-operator
that referenced
this issue
Nov 8, 2022
* Support additional jvm options for the various options files (k8ssandra#738) * Expose ManagementApiAuth and pod SecurityGroup from the cassdc spec in k8ssandra-operator (k8ssandra#741) * Don't restart whole Cassandra 4 DC when Stargate is added or removed (k8ssandra#716) (fixes k8ssandra#714) * Add e2e test and docs for JBOD (k8ssandra#748) * Add e2e test for using separate commitlog and data volumes (k8ssandra#750) * Upgrade Stargate to v1.0.67 (k8ssandra#754) * Compute initial tokens for clusters with low number of tokens (k8ssandra#743) * Ninja fix: update the CRDs post Stargate upgrade Co-authored-by: Alexander Dejanovski <alex.dejanovski@datastax.com> Co-authored-by: Olivier Michallat <olim7t@users.noreply.github.com> Co-authored-by: Alexandre Dutra <adutra@users.noreply.github.com> Co-authored-by: Alexander Dejanovski <alex@thelastpickle.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
When Stargate is removed from a K8ssandraCluster object suing Cassandra 4.0, this triggers a DC restart.
Did you expect to see something different?
I expect no DC restart.
How to reproduce it (as minimally and precisely as possible):
Environment
1.2
Anything else we need to know?:
Due to this code in the k8ssandra controller:
I suggest that we always call
cassandra.AllowAlterRfDuringRangeMovement(dcConfig)
for Cassandra 4.0, regardless of whether we have Stargate nodes.See also stargate/stargate#1274.
┆Issue is synchronized with this Jira Task by Unito
┆friendlyId: K8SSAND-1820
┆priority: Medium
The text was updated successfully, but these errors were encountered: