THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Config name | Type | Default | Valid values | Importance | Dynamic update mode | Description |
---|---|---|---|---|---|---|
reassignment.max.concurrent.leader.movements | int | Int.MAX | [1,...] | medium | cluster-wide | This new configuration would tell how many replicas of a single partition can be moved at once. |
reassignment.max.concurrent.partition.countmovements | int | Int.MAX | [1,...] | medium | cluster-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.concurrent.replica.countmovements | int | Int.MAX | [1,...] | medium | cluster-wide | This one puts an upper limit on concurrent leader movements. It is useful to reduce the controller burden on big reassignments. |
...