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

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

     [ https://issues.apache.org/jira/browse/KAFKA-13198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jun Rao resolved KAFKA-13198.
-----------------------------
    Resolution: Fixed

merged the PR to 3.0 and trunk.

> 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
>            Priority: Blocker
>              Labels: kip-500
>             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)