Skip to content

Commit

Permalink
WIP fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlpn committed May 14, 2024
1 parent 45423ed commit ac62b3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/v/cluster/partition_balancer_planner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,10 @@ ss::future<> partition_balancer_planner::get_counts_rebalancing_actions(
}
}
},
[&](immutable_partition& p) {
p.report_failure(change_reason::partition_count_rebalancing);
should_stop = false;
},
[](auto&) {});

return ss::stop_iteration::no;
Expand Down

0 comments on commit ac62b3b

Please sign in to comment.