-
Notifications
You must be signed in to change notification settings - Fork 99
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
AttributeError: 'CollectingNode' object has no attribute 'parent_cluster'
error calling get_grafana_snapshot
function
#7323
Comments
3 tasks
The job you reference here has much more concerning failure
|
This one is not repeatable. And looks unrelated to our codebase. |
can you please look into fixing this one ? (I won't be able to get to it) |
fruch
added a commit
to fruch/scylla-cluster-tests
that referenced
this issue
Apr 21, 2024
cause of supporting docker backend, we introduce a check of the backend to decide if tunnelling is needed. this broke the log collection phase, since `CollectingNode` doesn't have `parent_cluster` or access to SCT configuration. for now we can assume if we don't have `parent_cluster` we should enable tunneling even that tunneling is only needed when working from diffrent regions (or from local env) Fix scylladb#7323
2 tasks
soyacz
pushed a commit
that referenced
this issue
Apr 22, 2024
cause of supporting docker backend, we introduce a check of the backend to decide if tunnelling is needed. this broke the log collection phase, since `CollectingNode` doesn't have `parent_cluster` or access to SCT configuration. for now we can assume if we don't have `parent_cluster` we should enable tunneling even that tunneling is only needed when working from diffrent regions (or from local env) Fix #7323
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Packages
Base Scylla version:
5.4.5-20240328.fd7d57b9fa26
with build-id0bb6a5f3f87d481576ab0c3c6247b2beba69c17a
Target Scylla version (or git commit hash):
5.5.0~dev-20240403.baae811142e2
with build-id030312786e4ec5fc082f65330ae641c075e2ddb5
Kernel Version:
5.15.0-1053-gcp
Issue description
In the
log collection
stage we started having following error:The root cause is here: 5014b13
Installation details
Cluster size: 4 nodes (n2-highmem-64)
Scylla Nodes used in this run:
OS / Image:
https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/family/ubuntu-2004-lts
(gce: undefined_region)Test:
vp-rolling-upgrade-ubuntu20.04-test
Test id:
151d470d-0dd5-4f07-b3f7-6a6329d839b5
Test name:
scylla-staging/valerii/vp-rolling-upgrade-ubuntu20.04-test
Test config file(s):
Logs and commands
$ hydra investigate show-monitor 151d470d-0dd5-4f07-b3f7-6a6329d839b5
$ hydra investigate show-logs 151d470d-0dd5-4f07-b3f7-6a6329d839b5
Logs:
Jenkins job URL
Argus
The text was updated successfully, but these errors were encountered: