You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jose Armando Garcia Sancio (JIRA)" <ji...@apache.org> on 2019/06/04 21:09:00 UTC

[jira] [Resolved] (KAFKA-8385) Fix leader election RPC for all partition so that only partition that had elections are returned

     [ https://issues.apache.org/jira/browse/KAFKA-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jose Armando Garcia Sancio resolved KAFKA-8385.
-----------------------------------------------
    Resolution: Fixed

We ended up implementing this on the original PR: https://github.com/apache/kafka/pull/6686

> Fix leader election RPC for all partition so that only partition that had elections are returned
> ------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-8385
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8385
>             Project: Kafka
>          Issue Type: Task
>          Components: core
>            Reporter: Jose Armando Garcia Sancio
>            Assignee: Jose Armando Garcia Sancio
>            Priority: Critical
>
> Currently the elect leaders RPC returns all the partitions when election across all of the partition is request even if some of the partitions already have a leader (for unclean) or a preferred leader (for preferred).
> Change this behavior so that only partitions that changed leader are returned.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)