We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be58f47 commit ee7918aCopy full SHA for ee7918a
tests/rptest/scale_tests/tiered_storage_cache_stress_test.py
@@ -65,6 +65,10 @@ def setUp(self):
65
self.manifest_upload_interval,
66
'disable_public_metrics': False,
67
'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,
72
}
73
self.redpanda.set_extra_rp_conf(extra_rp_conf)
74
0 commit comments