Skip to content

Commit

Permalink
Merge pull request #24601 from ztlpn/fix-log-msg
Browse files Browse the repository at this point in the history
c/leader_balancer: improve log message wording
  • Loading branch information
piyushredpanda authored Dec 17, 2024
2 parents 11cda5c + 5f48741 commit 07ccbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cluster/scheduling/leader_balancer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ ss::future<ss::stop_iteration> leader_balancer::balance() {
vlog(
clusterlog.info,
"balancer iteration finished: "
"total error: {:.4}, number of muted groups: {}, "
"objective: {:.4}, number of muted groups: {}, "
"number in flight: {}, dispatched in this tick: {}",
strategy->error(),
_muted.size(),
Expand Down

0 comments on commit 07ccbf5

Please sign in to comment.