Calvin Liu created KAFKA-19383: ---------------------------------- Summary: A duplicate topic record can be created when applying ClearElrRecord. Key: KAFKA-19383 URL: https://issues.apache.org/jira/browse/KAFKA-19383 Project: Kafka Issue Type: Bug Affects Versions: 4.0.0, 4.1.0 Reporter: Calvin Liu Assignee: Calvin Liu Fix For: 4.1.0
When applying the ClearElrRecord, if the record batch in the same topic delta has the topic deletion record, the topic will not be deleted. Instead, a new topic record with the old topic ID will be added. -- This message was sent by Atlassian Jira (v8.20.10#820010)