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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16944819#comment-16944819 ] 

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

hachikuji commented on pull request #7449: KAFKA-8983; AdminClient deleteRecords should not fail all partitions unnecessarily
URL: https://github.com/apache/kafka/pull/7449
 
 
   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.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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