I'm seeing this not just when the Kafka server is starting up though. On Wed, Oct 19, 2011 at 7:31 PM, Neha Narkhede <neha.narkh...@gmail.com>wrote:
> Nalin, > > That message is logged by the Kafka server when it is starting up. > Before the broker restart, if topic testTopic0.43791517871432006-0 > already exists, the server loads the latest segment of that partition > to append new data to it. > During that time, the consumer will temporarily not be able to consume > data from this broker, until it has completely restarted. > > Thanks, > Neha > > > On Wed, Oct 19, 2011 at 7:04 PM, Nalin DeZoysa <ndezo...@tagged.com> > wrote: > > Hi, > > > > I'm getting this in the logs sometimes when I create a topic > > > > Loading the last segment > > > /home/kafka/data/testTopic0.43791517871432006-0/00000000000000000000.kafka > > in mutable mode, recovery false (kafka.log.Log) > > > > > > > > When this happens, I don't seem to receive messages when subscribed to > this > > topic. It seems to happen randomly. What does this mean? > > > > Thanks, > > Nalin > > >