Skip to content
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

fix(nemesis): increase wait timeout for decommission operation #10137

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aleksbykov
Copy link
Contributor

@aleksbykov aleksbykov commented Feb 20, 2025

Decommission operation could run longer on different clouds and with enabled/disabled tablets feature.
Nemesis DecommissionStreamingError depend on log messages which could appear in different log places. Increase timeouts to wait log messages and total decommission operation

Fixes: #8855

Testing

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevant to this change (if needed)

Decommission operation could run longer on different clouds
and with enabled/disabled tablets feature.
Nemesis DecommissionStreamingError depend on log messages
which could appear in different log places. Increase timeouts
to wait log messages and total decommission operation

Fixes: scylladb#8855
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decommission operation timeout is too small for DB cluster with enabled tablets feature
1 participant