[ 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)