Skip to content

Commit ee7918a

Browse files
committed
rptest: disable leader balancer in cache stress test
1 parent be58f47 commit ee7918a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/rptest/scale_tests/tiered_storage_cache_stress_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ def setUp(self):
6565
self.manifest_upload_interval,
6666
'disable_public_metrics': False,
6767
'cloud_storage_cache_check_interval': 500,
68+
# We're consuming from leader node and expect specific changes in
69+
# its local cache. Disable leader balancer so that our expectations
70+
# are valid.
71+
"enable_leader_balancer": False,
6872
}
6973
self.redpanda.set_extra_rp_conf(extra_rp_conf)
7074

0 commit comments

Comments
 (0)