Skip to content

Commit

Permalink
Merge pull request #24640 from vbotbuildovich/backport-pr-24622-v24.2…
Browse files Browse the repository at this point in the history
….x-836

[v24.2.x] rptest: disable leader balancer in cache stress test
  • Loading branch information
nvartolomei authored Dec 23, 2024
2 parents fecdb73 + cfccacc commit 9edfe46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/rptest/scale_tests/tiered_storage_cache_stress_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ def setUp(self):
self.manifest_upload_interval,
'disable_public_metrics': False,
'cloud_storage_cache_check_interval': 500,
# We're consuming from leader node and expect specific changes in
# its local cache. Disable leader balancer so that our expectations
# are valid.
"enable_leader_balancer": False,
}
self.redpanda.set_extra_rp_conf(extra_rp_conf)

Expand Down

0 comments on commit 9edfe46

Please sign in to comment.