Re: Messages intermittently get lost

2016-11-30 Thread Flavio Junqueira
Hey Martin, Do you want to create a jira for this and report the issue? -Flavio > On 30 Nov 2016, at 18:33, Martin Gainty wrote: > > a shock when a zk script goes fubar > > > zookeeper devs can we get some help for sh zkServer.sh status? > > > Thanks! > > Martin >

Re: a broker is already registered on path /brokers/ids/1

2016-08-30 Thread Flavio Junqueira
I think you're saying that the session isn't expiring that and the ephemeral isn't getting deleted. Or maybe the session is expiring but the ephemeral isn't being deleted? It'd be great if you could check that the broker session is expiring eventually. Since you're on the 3.5 branch, you may

Re: Embedding zookeeper and kafka in java process.

2016-06-15 Thread Flavio Junqueira
> On 15 Jun 2016, at 21:56, Subhash Agrawal wrote: > > [2016-06-15 13:39:39,808] DEBUG [ZkClient-EventThread-24-localhost:2181] > [Channel manager on controller 0]: Controller 0 trying to connect to broker 0 > (kafka.controller.ControllerChannelManager) The controller

Re: [VOTE] 0.9.0.0 Candiate 1

2015-11-10 Thread Flavio Junqueira
-1 (non-binding) I'm getting an error with gradle when using the source artifact because it seems to be expecting a git repository here: line 68 of build.gradle: def repo = Grgit.open(project.file('.')) and I get this message: FAILURE: Build failed with an exception. *

Re: zookeeper cluster change impact on kafka

2015-11-03 Thread Flavio Junqueira
I'm copying the Kafka user list here: > We have a 3 node zookeeper cluster and a kafka cluster (3 nodes) using this > zookeeper cluster. we want to migrate the zookeeper nodes to better boxes ( > hardware improvements). we already setup 3 new nodes. > > can some one tell me what is the safe way

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: [DISCUSSION] Kafka 0.8.2.2 release?

2015-08-17 Thread Flavio Junqueira
It is pretty typical that Apache projects have a release manager for each release: http://www.apache.org/dev/release-publishing.html http://www.apache.org/dev/release-publishing.html It doesn't have to be the same person every time, though, not even for the same branch. -Flavio On 17 Aug