Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config nameTypeDefaultValid valuesImportanceDynamic update modeDescription
reassignment.max.concurrent.leader.movementsintInt.MAX[1,...]mediumcluster-wide

This new configuration would tell how many replicas of a single partition can be moved at once.

reassignment.max.concurrent.partition.movementsintInt.MAX[1,...]mediumcluster-wide

This configuration puts an upper limit on how many partition reassignments can be run concurrently. To calculate the sum of concurrent movements one can multiply this config by reassignment.max.parallel.replica.count.

reassignment.max.concurrent.replica.movementsintInt.MAX[1,...]mediumcluster-wideThis one puts an upper limit on concurrent leader replica movements. It is useful to reduce the controller burden on big reassignments.

...