From 4cfc61e14d77cb23efc92a0424fead195eb6c652 Mon Sep 17 00:00:00 2001 From: Ben Pope Date: Tue, 16 Apr 2024 22:45:45 +0100 Subject: [PATCH] kafka/server: Disable quota balancer v2 was enabled by default in: https://github.com/redpanda-data/redpanda/pull/16441 Running the balancer doesn't do anything other than waste cpu cycles. Signed-off-by: Ben Pope (cherry picked from commit e0ba45ee2a76571a8ac9fe3e7020c36643b4d223) --- src/v/config/configuration.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v/config/configuration.cc b/src/v/config/configuration.cc index fecf6f3d5f68..498e31b843c9 100644 --- a/src/v/config/configuration.cc +++ b/src/v/config/configuration.cc @@ -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,