You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2019/10/08 15:23:00 UTC

[jira] [Resolved] (KAFKA-8983) AdminClient deleteRecords should not fail all partitions unnecessarily

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

Jason Gustafson resolved KAFKA-8983.
------------------------------------
    Fix Version/s: 2.4.0
       Resolution: Fixed

> AdminClient deleteRecords should not fail all partitions unnecessarily
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-8983
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8983
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>            Priority: Major
>             Fix For: 2.4.0
>
>
> The deleteRecords API in the AdminClient groups records to be sent by the partition leaders. If one of these requests fails, we currently fail all futures, including those tied to requests sent to other leaders. It would be better to fail only those partitions included in the failed request.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)