Skip to content

Commit

Permalink
rptest: disable leader balancer in cache stress test
Browse files Browse the repository at this point in the history
(cherry picked from commit ee7918a)
  • Loading branch information
nvartolomei authored and vbotbuildovich committed Dec 22, 2024
1 parent 78e55c3 commit 564dedc
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 564dedc

Please sign in to comment.