You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Onur Karaman (JIRA)" <ji...@apache.org> on 2017/10/18 18:46:00 UTC

[jira] [Created] (KAFKA-6081) response error code checking

Onur Karaman created KAFKA-6081:
-----------------------------------

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