Jason Gustafson created KAFKA-12426:
---------------------------------------
Summary: 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: Improvement
Reporter: Jason Gustafson
Assignee: Justine Olshan
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`. This is done in
`ReplicaManager.becomeLeaderOrFollower`, but we need to implement analogous
logic in `RaftReplicaManager.handleMetadataRecords`.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)