-
Notifications
You must be signed in to change notification settings - Fork 80
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
cass-operator v1.23.0 #1461
cass-operator v1.23.0 #1461
Conversation
38e38d1
to
08fc5e1
Compare
8c38ff6
to
9c65649
Compare
controllers/k8ssandra/schemas.go
Outdated
decommCassDcName := k8ssandra.GetDatacenterForDecommission(kc) | ||
|
||
logger.Info("Checking if user keyspace replication needs to be updated", "decommissioning_dc", decommCassDcName) | ||
logger.Info("Status of datacenters", "status", kc.Status.Datacenters) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unintentional line, I'll remove it before merging.
…ourceName Add updated CRD and exposed method Change name generation to follow the real naming from cass-operator Update tag to 1.23.0 and fix medusa tests Change DcPrefix() in the test Some resourceName prefix check fixes Change schemas.go check to use CassandraDatacenter Fix status updates and add a new status field, contextName for the Datacenter Change back slower polling intervals for the tests, or they start to fail.
9c65649
to
c860236
Compare
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reviewed the part about #1460. I've seen it properly restore a DC with unbalanced racks, which is something the current main branch cannot do.
What this PR does:
Updates to cass-operator v1.23.0 and fixes couple of bugs that I encountered while updating.
Which issue(s) this PR fixes:
Fixes #1466
Fixes #1460
Checklist