-
Notifications
You must be signed in to change notification settings - Fork 35
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
unable to create a repair plan #4220
Comments
So it looks like the node cc: @rzetelskik |
Thanks for looking into this.
Happy to do so, I could not find a place to do this in the documentation. I am happy about a pointer. Side note: The higher CQL ping time seems to have been a hiccup.
Despite of the lower ping times, the error persists. And happens for different nodes, e.g. {
"L": "INFO",
"T": "2025-01-21T10:47:00.623Z",
"N": "http",
"M": "POST /api/v1/cluster/a56ee9b2-b094-4ff1-b5f6-2e881f13d432/tasks",
"from": "10.42.22.218:58408",
"status": 500,
"bytes": 183,
"duration": "15106ms",
"error": "create repair target: create repair plan: calculate max host intensity: 10.43.145.51: get shard count: context canceled",
"_trace_id": "9S5Tft7qTEiC_o4H6nciPA"
} |
We don't expose it - see https://github.com/scylladb/scylla-operator/blob/09076d5f1bc819a30aae71bc1c7ce07a12b877bc/pkg/cmd/operator/manager_controller.go#L128-L131 and https://github.com/scylladb/scylla-operator/blob/09076d5f1bc819a30aae71bc1c7ce07a12b877bc/pkg/controller/manager/controller.go#L35-L41. @redimp in the meantime, please collect a must-gather archive so we can have some more context. |
Dear scylladb-Team, thanks for the awesome work!
We are facing the problem that the scylla-operator
scylladb/scylla-operator:1.15.0
is trying to create the repair plan as configured via helm with valuesand the
scylladb/scylla-manager:3.4.0
fails to do so:Manually creating the repair task via
works as expected.
sctool status
looks happy to me, too:How to find the cause of the error?
The text was updated successfully, but these errors were encountered: