[
https://issues.apache.org/jira/browse/KAFKA-4420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15678316#comment-15678316
]
ASF GitHub Bot commented on KAFKA-4420:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/2148
> 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)