jolshan commented on pull request #10754:
URL: https://github.com/apache/kafka/pull/10754#issuecomment-847389546


   Hmm looks like `KafkaMetadataLogTest.testTopicId` is failing because we set 
`keepPartitionMetadataFile` to be false. When I ensure that we only assign 
topicId when `keepPartitionMetadataFile` we do not assign topic ID to the log. 
Since we rely on assignment in memory + in the file to be consistent, one 
option is to write a partition.metadata file for the metadata topic. This won't 
be used like the other partition.metadata files, but it might be easier to keep 
all logs consistent.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to