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

Release 3.2.3 #3607

Merged
merged 28 commits into from
Oct 12, 2023
Merged

Release 3.2.3 #3607

merged 28 commits into from
Oct 12, 2023

Conversation

karol-kokoszka
Copy link
Collaborator

Release 3.2.3

#3555
#3573
#3567
#3547
#3581
#3578
#3576
#3580
#3533


"Only the Best is Good Enough." - LEGO company motto

Please make sure that:

  • Code is split to commits that address a single change
  • Commit messages are informative
  • Commit titles have module prefix
  • Commit titles have issue nr. suffix

Michal-Leszczynski and others added 28 commits October 12, 2023 19:19
Up to this point there were two possible values of ping status metric: 1 for success and -1 for failure. The problem was that -1 could mean that either Scylla or Agent are unavailable. To make it more descriptive, now new value -2 describes unavailable Agent and -1 describes unavailable Scylla.
Previously total progress aggregated on monitoring side looked like:
(token_ranges_success + token_ranges_error) / token_ranges_total.
This approach didn't take table size into consideration, so it often lead to misleading progress display (especially since SM 3.2 repairs small tables first).
Now total progress is an additional metric exposed by SM that weights done token ranges with table size.

Fixes #3547
This approach is safer than printing 0% error when only a fraction of a task has failed.

Fixes #3581
Recently github actions backup tests have been failing because of the 'not enough disk space' error. Decreasing required disk space from 10% to 5% should solve this issue.
This allows for preserving effectively used parallel/intensity on retries/resumes and printing parallel/intensity of already finished task.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](golang/net@v0.10.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@karol-kokoszka karol-kokoszka changed the base branch from branch-2.2 to branch-3.2 October 12, 2023 17:30
@karol-kokoszka karol-kokoszka merged commit 0607499 into branch-3.2 Oct 12, 2023
@karol-kokoszka karol-kokoszka deleted the release-3.2.3 branch October 12, 2023 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants