[
https://issues.apache.org/jira/browse/KAFKA-6081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16209903#comment-16209903
]
Onur Karaman commented on KAFKA-6081:
-------------------------------------
[~ijuma] There are some scenarios where we only want to begin certain actions
after the previous action actually completes. The reassignment comment above is
one example but I think there are others. Figuring out these scenarios is in
the scope of this ticket.
> response error code checking
> ----------------------------
>
> Key: KAFKA-6081
> URL: https://issues.apache.org/jira/browse/KAFKA-6081
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Onur Karaman
>
> In most cases in the controller, we assume that requests succeed. We should
> instead check for their responses.
> Example: partition reassignment has the following todo:
> {code}
> // TODO: Eventually partition reassignment could use a callback that does
> retries if deletion failed
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)