You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jose Armando Garcia Sancio (Jira)" <ji...@apache.org> on 2021/07/13 21:05:00 UTC

[jira] [Created] (KAFKA-13080) Fetch snapshot request are not directed to kraft in controller

Jose Armando Garcia Sancio created KAFKA-13080:
--------------------------------------------------

             Summary: Fetch snapshot request are not directed to kraft in controller
                 Key: KAFKA-13080
                 URL: https://issues.apache.org/jira/browse/KAFKA-13080
             Project: Kafka
          Issue Type: Bug
          Components: controller, kraft
            Reporter: Jose Armando Garcia Sancio
            Assignee: Jose Armando Garcia Sancio
             Fix For: 3.0.0


Kraft followers and observer are seeing the following error
{code:java}
[2021-07-13 18:15:47,289] ERROR [RaftManager nodeId=2] Unexpected error UNKNOWN_SERVER_ERROR in FETCH_SNAPSHOT response: InboundResponse(correlationId=29862, data=FetchSnapshotResponseData(throttleTimeMs=0, errorCode=-1, topics=[]), sourceId=3001) (org.apache.kafka.raft.KafkaRaftClient) {code}
This is because ControllerApis is not directing FetchSnapshost request to the raft manager.



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