Hi, I recently built an application from source and I get the following exception when trying to delete a topic
kafka.common.KafkaStorageException: Failed to rename log directory from D:\tmp\kafka-logs\test-window-stream-0 to D:\tmp\kafka-logs\test-window-stream-0.0ce9f9150000431397d1c2dad4f535a3-delete at kafka.log.LogManager.asyncDelete(LogManager.scala:451) at kafka.cluster.Partition$$anonfun$delete$1.apply$mcV$sp(Partition.scala:164) Note that I have set delete.topic.enable=true Also this was all working fine when using kafka_2.10-0.10.0.1. Issue happens with kafka_2.10-0.10.2.0-SNAPSHOT Thanks Sachin