Pengwei created KAFKA-5752:
------------------------------
Summary: Delete topic and re-create topic immediate will delete
the new topic's timeindex
Key: KAFKA-5752
URL: https://issues.apache.org/jira/browse/KAFKA-5752
Project: Kafka
Issue Type: Bug
Affects Versions: 0.11.0.0, 0.10.2.0
Reporter: Pengwei
When we delete the topic and re-create the topic with the same name, we will
find after the
async delete topic is finished, async delete will remove the newly created
topic's time index.
This is because in the LogManager's asyncDelete, it will change the log and
index's file pointer to the renamed log and index, but missing the time index.
So will cause this issue
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)