You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/18 00:55:58 UTC

[jira] [Commented] (KAFKA-4420) Group StopReplicaRequests for partitions on the same broker into one StopReplicaRequest

    [ https://issues.apache.org/jira/browse/KAFKA-4420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15675326#comment-15675326 ] 

ASF GitHub Bot commented on KAFKA-4420:
---------------------------------------

GitHub user lindong28 opened a pull request:

    https://github.com/apache/kafka/pull/2148

    KAFKA-4420; Group StopReplicaRequests for partitions on the same broker into one StopReplicaRequest

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lindong28/kafka KAFKA-4420

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2148.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2148
    
----
commit b342c62a0d3d2457789ff953eac5cd7abe1a5d7f
Author: Dong Lin <li...@gmail.com>
Date:   2016-11-18T00:54:12Z

    KAFKA-4420; Group StopReplicaRequests for partitions on the same broker into one StopReplicaRequest

----


> 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)