Re: NoReplicaOnlineException with 0.8.1.1

2014-06-07 Thread Guozhang Wang
Hi, >From the logs it seems you created the topic immediately after starting the broker, and hence the controller has not fully catch up. Could you try creating the topic until the broker log stables? Guozhang On Fri, Jun 6, 2014 at 3:14 PM, Prakash Gowri Shankor < prakash.shan...@gmail.com> wr

NoReplicaOnlineException with 0.8.1.1

2014-06-06 Thread Prakash Gowri Shankor
Hi, I am running 0.8.1.1 with one Zookeeper and one broker. I created a partition 'test2' as below: /kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 3 --topic test2 I noticed this exception in the state-change.log. Why is this occuring ? Should I be runni