[
https://issues.apache.org/jira/browse/KAFKA-5752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma reassigned KAFKA-5752:
----------------------------------
Assignee: Manikumar
> 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.10.2.0, 0.11.0.0
> Reporter: Pengwei
> Assignee: Manikumar
> Priority: Critical
> Labels: reliability
> Fix For: 0.11.0.1, 1.0.0
>
>
> 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)