-
Notifications
You must be signed in to change notification settings - Fork 34
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.8 #3842
Merged
Merged
Release 3.2.8 #3842
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ref #16509 (in scylladb)
MaxRingParallel is a cleaner and more comprehensible way of calculating max repair parallelism based on Ring replication strategy.
ShouldRepairRing is a cleaner and more comprehensible way of checking if Ring should be repaired.
This change increases readability.
This change increases readability.
This approach stores only a single ring description at a time (instead of all of them) and makes it easier to move to per table ring descriptions.
Vnode keyspaces have per keyspace ring, and tablet keyspaces have per table ring.
This allows for checking which keyspaces have vnodes/tablets replication.
It allows for easy and efficient ring describing which works with older Scylla versions and tablet and vnode tables.
This is required for tablet tables which have per table ring description.
This is required for tablet tables which have per table ring description.
Some tests assumed that SM is going to send thousands of ranges to be repaired and that it is easy to interrupt this process in the middle without any synchronization. Tablet tables have far fewer ranges (e.g. 8), so they require dedicated synchronization for those cases.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
It's useful for writing code that works for clusters with disabled tablets.
This allows for easier configuration of new types of repair jobs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 3.2.8
Tablets in SM
#3753
Disable tablets LB on taking snabshot
#3759
Documentation correction:
#3786
Bump cobra to 1.8
#3810
Bump x/net
347f470
Bump protobuf
701b8cb
Stop tablets LB for repair
#3773
Small table optimization (repair API)
#3824
Config cache service for nodes configuration
#3767
Post-restore repair with max intensity and parallel
#3832
regression: Missing schedule on
sctool tasks
output when task created with deprecated interval.#3807
Please make sure that: