[ https://issues.apache.org/jira/browse/KAFKA-12426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gustafson resolved KAFKA-12426. ------------------------------------- Fix Version/s: 3.0.0 Resolution: Fixed > Missing logic to create partition.metadata files in RaftReplicaManager > ---------------------------------------------------------------------- > > Key: KAFKA-12426 > URL: https://issues.apache.org/jira/browse/KAFKA-12426 > Project: Kafka > Issue Type: Bug > Reporter: Jason Gustafson > Assignee: Justine Olshan > Priority: Major > Labels: kip-500 > Fix For: 3.0.0 > > > As part of KIP-516, the broker should create a partition.metadata file for > each partition in order to keep track of the topicId. This is done through > `Partition.checkOrSetTopicId`. We have the logic for this in > `ReplicaManager.becomeLeaderOrFollower` already, but we need to implement > analogous logic in `RaftReplicaManager.handleMetadataRecords`. -- This message was sent by Atlassian Jira (v8.3.4#803005)