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

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

Jason Gustafson created KAFKA-8983:
--------------------------------------

             Summary: 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


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)