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

[jira] [Created] (KAFKA-13198) TopicsDelta doesn't update deleted topic when processing PartitionChangeRecord

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

             Summary: TopicsDelta doesn't update deleted topic when processing PartitionChangeRecord
                 Key: KAFKA-13198
                 URL: https://issues.apache.org/jira/browse/KAFKA-13198
             Project: Kafka
          Issue Type: Bug
          Components: kraft, replication
            Reporter: Jose Armando Garcia Sancio
            Assignee: Jose Armando Garcia Sancio
             Fix For: 3.0.0


In KRaft when a replica gets reassigned away from a topic partition we are not notifying the {{ReplicaManager}} to stop the replica.

On solution is to track those topic partition ids when processing {{PartitionChangeRecord}} and to returned them asĀ {{deleted}} when the replica manager calls {{calculateDeltaChanges}}.



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