-
Notifications
You must be signed in to change notification settings - Fork 175
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
Update Scylla Manager to 3.2.7 #1880
Update Scylla Manager to 3.2.7 #1880
Conversation
Manager client is being updated in #1877. |
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.
missing examples/scylladb/scylla.scyllacluster.yaml:6: agentVersion: 3.2.6
77af52a
to
662eda2
Compare
fixed, thanks |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rzetelskik, tnozicka The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
flake #1028 (comment) |
/test images |
manager flake #1694 (comment) |
Manager flake #1694, second time on this PR. Test got stuck on waiting for repair task deletion: https://prow.scylla-operator.scylladb.com/view/gs/scylla-operator-prow/pr-logs/pull/scylladb_scylla-operator/1880/pull-scylla-operator-master-e2e-gke-parallel-clusterip/1775908014201507840#1:test-build-log.txt%3A1120 I can see that the controller sent a request for task deletion:
Yet the task was never deleted from status. Looks like a controller bug, but the manager logs rolled, so I have no way of confirming that, and no way of verifying whether this update doesn't introduce a regression or make the flakiness worse. I don't think this should be merged until the manager controller reaches a tolerable stability. |
why didn't we collect the "previous" logs? (we should) |
previous logs are there, but current must have been trimmed. $ cat artifacts/must-gather/namespaces/scylla-manager/pods/scylla-manager-controller-56bbb6b9b4-5q4mw/scylla-manager-controller.current | grep -e 'delete task \\"cc49e122-0879-4e00-b6d0-68f67a0ec31f\\"'
2024-04-04T15:51:10.724078650Z I0404 15:51:10.590055 1 manager/sync.go:134] "Executing action" action="delete task \"cc49e122-0879-4e00-b6d0-68f67a0ec31f\"" cat artifacts/must-gather/namespaces/scylla-manager/pods/scylla-manager-55596764c-5phf6/scylla-manager.current | sed -e 1b -e '$!d' | sed -e 's/\s.*$//'
2024-04-04T16:10:14.087323257Z
2024-04-04T16:17:58.071577325Z cat artifacts/must-gather/namespaces/scylla-manager/pods/scylla-manager-55596764c-5phf6/scylla-manager.previous | sed -e 1b -e '$!d' | sed -e 's/\s.*$//'
2024-04-04T15:42:33.183142643Z
2024-04-04T15:44:33.866142243Z |
/hold cancel |
/lgtm |
Description of your changes:
This PR updates Scylla Manager version in our manifests to 3.2.7. Most notably it fixes scylladb/scylla-manager#3769.
Which issue is resolved by this Pull Request:
Resolves #
/kind feature
/priority important-longterm