Is this a bug? Can an unclean shutdown leave the index in a corrupt state that the broker cannot start (expected state)?
On 10/14/13 4:52 PM, "Neha Narkhede" <neha.narkh...@gmail.com> wrote: > It is possible that the unclean broker shutdown left the index in an >inconsistent state. You can delete the corrupted index files, that will >make the Kafka server rebuild the index on startup. > >Thanks, >Neha > > >On Mon, Oct 14, 2013 at 3:05 PM, Kane Kane <kane.ist...@gmail.com> wrote: > >> After unclean shutdown kafka reports this error on startup: >> [2013-10-14 16:44:24,898] FATAL Fatal error during KafkaServerStable >> startup. Prepare to shutdown (kafka.server.KafkaServerStartable) >> java.lang.IllegalArgumentException: requirement failed: Corrupt index >> found, index file >>(/disk1/kafka-logs/perf2-22/00000000000000000000.index) >> has non-zero size but the last offset is 0 and the base offset is 0 >> >> How it's supposed to bring broker back after unclean shutdown? >> >> Thanks. >>