You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "jacky (JIRA)" <ji...@apache.org> on 2019/06/23 08:43:00 UTC

[jira] [Created] (KAFKA-8588) Leader should stop accepting requests when disconnected from ZK

jacky created KAFKA-8588:
----------------------------

             Summary: Leader should stop accepting requests when disconnected from ZK
                 Key: KAFKA-8588
                 URL: https://issues.apache.org/jira/browse/KAFKA-8588
             Project: Kafka
          Issue Type: Bug
          Components: log
    Affects Versions: 2.1.1
            Reporter: jacky


When partition leader disconnected from zk, I think it should stop accepting requests, becauseĀ another leader may be elected by kafkaController, if it continues to process the request, maybe lead to two leaders in the cluster(brain split), the result will depend on the acks andĀ min.insync.replicas config, but I think the server should do something base on the partition replicas config.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)