-
Notifications
You must be signed in to change notification settings - Fork 96
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
nodetool removenode
should call with long_running=True
#9494
Labels
Comments
fruch
added a commit
to fruch/scylla-cluster-tests
that referenced
this issue
Dec 9, 2024
… long_running since this command can take long, and ssh connection might get interuppted we should use the `long_running=True` option, so the command would be exceuted on the node, and retrive the output when it finish. Fixes: scylladb#9494
2 tasks
fruch
added a commit
that referenced
this issue
Dec 10, 2024
… long_running since this command can take long, and ssh connection might get interuppted we should use the `long_running=True` option, so the command would be exceuted on the node, and retrive the output when it finish. Fixes: #9494
This was referenced Dec 10, 2024
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Packages
Scylla version:
6.3.0~dev-20241206.7e2875d6489d
with build-id5227dd2a3fce4d2beb83ec6c17d47ad2e8ba6f5c
Kernel Version:
6.8.0-1019-aws
Issue description
node-5 was remove with
nodetool remove
command running on node-6the command run disconnected from node-6 cause of knonw ssh overload issue:
and the nemesis failed with:
without adding new node as replacement, so the rest fo the test is failing cause of that missing the extra node:
Installation details
Cluster size: 5 nodes (i4i.2xlarge)
Scylla Nodes used in this run:
OS / Image:
ami-0c7b4b0835c9342f7
(aws: undefined_region)Test:
longevity-schema-topology-changes-12h-test
Test id:
f1480f18-df28-4af1-848e-c73e68da3a85
Test name:
scylla-master/tier1/longevity-schema-topology-changes-12h-test
Test method:
longevity_test.LongevityTest.test_custom_time
Test config file(s):
Logs and commands
$ hydra investigate show-monitor f1480f18-df28-4af1-848e-c73e68da3a85
$ hydra investigate show-logs f1480f18-df28-4af1-848e-c73e68da3a85
Logs:
Jenkins job URL
Argus
The text was updated successfully, but these errors were encountered: