Broker restart, new producer and snappy in 0.8.2.1

2015-09-12 Thread Vidhya Arvind
There has been multiple instances of this incident. When I restart the broker for config changes it's bringing down the consumers and mirror maker and I am seeing CRC corruption in mirror maker and following error in broker. I have reset the offset in zookeeper for certain topic/partitions. But I

Re: Zookeeper jmx monitoring for kafka

2015-09-12 Thread Edward Ribeiro
Fyi regarding disk space utilization, I submitted a patch to track ZK log and snapshot directory sizes: ZOOKEEPER-1423 Best, Eddie Em 12/09/2015 11:44, "Flavio Junqueira" escreveu: > We do support jmx extensively, and I believe you can use it Ganglia. As > for metrics, things

Re: 0.9.0.0 remaining jiras

2015-09-12 Thread Edward Ribeiro
Excuse me, I'd put my issue in this list on the backburner, but resuming work on it this week. Cheers, Eddie Em 12/09/2015 13:40, "Jun Rao" escreveu: > The following is a candidate list of jiras that we want to complete in the > upcoming release (0.9.0.0). Our goal is to

Re: port already in use error when trying to add topic

2015-09-12 Thread Foo Lim
Try throwing JMX_PORT=9998 In front of the command. Anything other than 9994 Foo On Friday, September 11, 2015, allen chan wrote: > Hi all, > > First time testing kafka with brand new cluster. > > Running into an issue that i do not understand. > > Server

Re: some producers stuck when one broker is bad

2015-09-12 Thread Steven Wu
I was doing a rolling bounce of all brokers. Immediately after the bad broker was bounced, those stuck producers recovered On Fri, Sep 11, 2015 at 9:05 AM, Mayuresh Gharat wrote: > So how did you detect that the broker is bad? If bouncing brokers solved > the

Auto preferred leader elections cause data loss?

2015-09-12 Thread Zhao Weinan
Hi group, I've been through some data loss on kafka cluster, one case maybe caused by the auto preferred leader election. Here is the situation: 3 brokers = {0,1,2}, 1 partition with 3 replicas on 0/1/2, all in sync while 0 is leader and 1 is controller, current offset is 100. And here is my

Re: Possible DEAD LOCK for one day at broker controller?

2015-09-12 Thread Zhao Weinan
Hi Kishore, Sorry for the long disappeared. There is no other errors regarding checkpoint file. This problem occured in our production enviroment, I'll try to reproduce them but still got no time to do it. I'll inform you if some thing come up. Thanks again! 2015-08-21 14:15 GMT+08:00 Kishore

Re: Zookeeper jmx monitoring for kafka

2015-09-12 Thread Flavio Junqueira
We do support jmx extensively, and I believe you can use it Ganglia. As for metrics, things that come to mind now on top of what Otis suggested are: - Frequency of leader election (if they happen too frequently, then that's going to affect your availability and probably an indication of

Re: automatically consume from all topics

2015-09-12 Thread tao xiao
It is handled by the implementation of the high level consumer automatically. High level consumer internal registers an listener on ZK topic znode. Any changes to it including topic creation high level consumer will be notify and and then rebalanced topics if the new topic matches the regex. You