Skip to content

Commit

Permalink
kafka/server: Disable quota balancer
Browse files Browse the repository at this point in the history
v2 was enabled by default in:
redpanda-data#16441

Running the balancer doesn't do anything other
than waste cpu cycles.

Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit e0ba45e)
  • Loading branch information
BenPope authored and vbotbuildovich committed Apr 22, 2024
1 parent 50b992b commit 4cfc61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/config/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2829,7 +2829,7 @@ configuration::configuration()
"milliseconds. Value of 0 disables the balancer and makes all the "
"throughput quotas immutable.",
{.needs_restart = needs_restart::no, .visibility = visibility::user},
750ms,
0ms,
{.min = 0ms})
, kafka_quota_balancer_min_shard_throughput_ratio(
*this,
Expand Down

0 comments on commit 4cfc61e

Please sign in to comment.