Ben Stopford created KAFKA-4216:
-----------------------------------
Summary: Replication Throttling: Leader may not be throttled if it
is not "moving"
Key: KAFKA-4216
URL: https://issues.apache.org/jira/browse/KAFKA-4216
Project: Kafka
Issue Type: Bug
Affects Versions: 0.10.1.0
Reporter: Ben Stopford
Assignee: Ben Stopford
The current algorithm in kafka-reassign-partitions applies a throttle to all
moving replicas, be they leader-side or follower-side.
The problem is that the leader may not be moving, which would mean it would not
have a throttle applied. So the throttle should be applied to:
[all existing replicas] ++ [all proposed replicas that moved]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)