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

[jira] [Updated] (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 updated KAFKA-8385:
----------------------------------------------
    Fix Version/s:     (was: 2.3.0)

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