You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2023/01/20 22:39:00 UTC

[jira] [Created] (KAFKA-14644) Process should stop after failure in raft IO thread

Jason Gustafson created KAFKA-14644:
---------------------------------------

             Summary: Process should stop after failure in raft IO thread
                 Key: KAFKA-14644
                 URL: https://issues.apache.org/jira/browse/KAFKA-14644
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson


We have seen a few cases where an unexpected error in the Raft IO thread causes the process to enter a zombie state where it is no longer participating in the raft quorum. In this state, a controller can no longer become leader or help in elections, and brokers can no longer update metadata. It may be better to stop the process in this case since there is no way to recover.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)