Skip to content

Commit

Permalink
Update modules/manage/pages/cluster-maintenance/cluster-balancing.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Cahill <[email protected]>
  • Loading branch information
kbatuigas and JakeSCahill authored Nov 18, 2024
1 parent dda647a commit 85e7c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ In Redpanda, every partition replica is assigned to a CPU core on a broker. Whil

Starting in this version of Redpanda, topic-aware intra-broker partition balancing allows for dynamically reassigning partitions within a broker. Redpanda prioritizes an even distribution of a topic's partition replicas across all cores in a broker. If a broker's core count changes, when the broker starts back up, Redpanda can check partition assignments across the broker's cores and reassign partitions, so that a balanced assignment is maintained across all cores. Redpanda can also check partition assignments when partitions are added to or removed from a broker, and rebalance the remaining partitions between cores.

NOTE: Decreasing the number of CPU cores in a running cluster is supported from v24.2 only, and requires that you enable `node_local_core_assignment` as described in the previous note.
NOTE: Decreasing the number of CPU cores in a running cluster requires that you enable the `node_local_core_assignment` feature flag.

To determine when to use intra-broker partition balancing, use the public metrics for CPU usage described in the xref:manage:monitoring.adoc#cpu-usage[Monitoring] guide.

Expand Down

0 comments on commit 85e7c6a

Please sign in to comment.