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

[jira] [Created] (KAFKA-9329) KafkaController::replicasAreValid should return error

Vikas Singh created KAFKA-9329:
----------------------------------

             Summary: KafkaController::replicasAreValid should return error
                 Key: KAFKA-9329
                 URL: https://issues.apache.org/jira/browse/KAFKA-9329
             Project: Kafka
          Issue Type: Bug
            Reporter: Vikas Singh


The method currently returns a boolean indicating if replicas are valid or not. But the failure condition loses any context on why replicas are not valid. We should return the error condition along with success/failure.

Maybe change method name to something like `validateReplicas` too.



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