Jay Kreps created KAFKA-670: ------------------------------- Summary: Cleanup spurious .index files if present in the log directory on initialization Key: KAFKA-670 URL: https://issues.apache.org/jira/browse/KAFKA-670 Project: Kafka Issue Type: Bug Reporter: Jay Kreps Assignee: Jay Kreps
It is possible that an index file could somehow be left on the filesystem with no corresponding log file. This is not currently handled well. If the .index file happens to fall on the same offset as a new log segment, then when that segment is created terrible things will happen. We should check this condition on initialization and add some unit tests against it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira