You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Vasilij Syc <va...@gmail.com> on 2016/09/05 16:04:20 UTC

After restart Kafka does not see Topics

Hello,
I am running kafka 0.9.0.1, there I have 1 broker witth around 5 topics
each has 1 partition, I manage kafka via KafkaManager webui tool,
periodically something happens with Kafka and it stops seeing topics,
despite that process runs (withou errors) and topics available on the disk.
In order to return everything back, I have to go via KafkaManager add
Cluster and Topics again, only in that way my publisher see and publish
messages.

In error logs I can see only following warnings:

[2016-09-05 13:46:58,617] WARN Found a corrupted index file,
/usr/local/share/kafka-logs/lesson_finish_stream_production-0/00000000000000002331.index,
deleting and rebuilding index... (kafka.log.Log)


Have anyone had same issue? How to overcome it?

Thank you.
Sincerely,
Vasilij