Dong Lin created KAFKA-4420:
-------------------------------
Summary: Group StopReplicaRequests for partitions on the same
broker into one StopReplicaRequest
Key: KAFKA-4420
URL: https://issues.apache.org/jira/browse/KAFKA-4420
Project: Kafka
Issue Type: Bug
Reporter: Dong Lin
Assignee: Dong Lin
Currently if a broker of 1000 partitions want to do controlled shutdown,
controller will send 1000 StopReplicaRequest to that broker. This is
inefficient. Controller only need to send one StopReplicaRequest and include
those 1000 partitions in this request.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)