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

feature(sdcm) Wait less for schema agreement #9716

Closed
wants to merge 2 commits into from

Conversation

mykaul
Copy link
Contributor

@mykaul mykaul commented Jan 8, 2025

Testing

  • [x ] NOT tested

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)

mykaul added 2 commits January 8, 2025 18:00
It reduces 1 layer overall, but the hope is that I'll make this layer optional and we'll be able to build 2 different targets:;
One with K8S stuff, one without.

Signed-off-by: Yaniv Kaul <yaniv.kaul@scylladb.com>
I hope by now it's stable and we can wait less (but retry more to compensate) on the 2 functions that are related to
schema agrement. Cut the wait time from 10s to 5s and increased the retry count to 10.

Probably need a similar change in dtest.
BTW, the Python driver sleeps for 0.2s before retrying.
@mykaul mykaul added the backport/none Backport is not required label Jan 8, 2025
@mykaul
Copy link
Contributor Author

mykaul commented Jan 8, 2025

ARGH . Mixed 2 PRs!

@mykaul mykaul closed this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/none Backport is not required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant