[Backport 2026.1] size based load balancing: add test#13697
Open
scylladbbot wants to merge 3 commits intoscylladb:branch-2026.1from
Open
[Backport 2026.1] size based load balancing: add test#13697scylladbbot wants to merge 3 commits intoscylladb:branch-2026.1from
scylladbbot wants to merge 3 commits intoscylladb:branch-2026.1from
Conversation
367e6d1 to
6b16afd
Compare
pehala
approved these changes
Feb 20, 2026
This file contains hidden or 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
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.
Test to ensure that the cluster is balanced correctly in difficult conditions:
refs: scylladb/scylladb#24724
This test will:
Cluster setup: 1 DC, 3 racks, 3 nodes per rack (1x i4i.large, 2x i4i.2xlarge)
At steps 3 and 5 the nodes are i4i.large
Each half of data is in 3 distinct tables, with this configuration:
The test creates 3 tables:
1st table
2nd table
3rd table
Example results
Testing
PR pre-checks (self review)
backportlabelsReminders
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)
(cherry picked from commit cf3f876)
(cherry picked from commit cbc599a)
(cherry picked from commit 065fdee)
Parent PR: #10992