Re: [kafka question] leader of partitions is none

2017-07-17 Thread Del Barrio, Alberto
Hi, I had similar problems where new topics were assigned none, or some cases -1 leader. In my case, was due to a very busy ZK cluster. Once I removed load in the ZK cluster, I've restarted (rolling restart) kafka brokers and everything went back to normal. However I was worried about restarting th

Re: Cluster in weird state: no leaders no ISR for all topics, but it works!

2017-06-07 Thread Del Barrio, Alberto
b) Start your kafka brokers and allow ~5s waiting time between each > other. > > 4) Create a topic using console utility and do a --describe on the topic - > > > let us know. > > KR, > > > > On 2 June 2017 at 13:55, Del Barrio, Alberto < > alberto.delbar...@

Re: Cluster in weird state: no leaders no ISR for all topics, but it works!

2017-06-02 Thread Del Barrio, Alberto
So, I fixed the problem doing a rolling restart, and after some checks seems there was no data loss. On 1 June 2017 at 17:57, Del Barrio, Alberto < alberto.delbar...@360dialog.com> wrote: > I might give it a try tomorrow. The reason for having so large init and > sync limit times i

Re: Cluster in weird state: no leaders no ISR for all topics, but it works!

2017-06-01 Thread Del Barrio, Alberto
: > Cool - I will try and take a look into this - Meanwhile, do you mind awfuly > to change the following and see if things improve? > > tickTime = 1000 > initLimit=3 > syncLimit=5 > > On 1 June 2017 at 16:49, Del Barrio, Alberto < > alberto.delbar...@360dialog.com> wrot

Re: Cluster in weird state: no leaders no ISR for all topics, but it works!

2017-06-01 Thread Del Barrio, Alberto
er/topic configs ? > > On 1 June 2017 at 16:18, Del Barrio, Alberto < > alberto.delbar...@360dialog.com> wrote: > > > I tried creating the topic and results are very similar to the current > > situation: there are not ISR and no leader for any of the partitions, but > >

Re: Cluster in weird state: no leaders no ISR for all topics, but it works!

2017-06-01 Thread Del Barrio, Alberto
eplicas, 3 partitions :) > > On 1 June 2017 at 15:58, Del Barrio, Alberto < > alberto.delbar...@360dialog.com> wrote: > > > Hi Mohammed, > > > > thanks for your answer. > > The ZK cluster is not located in the servers where Kafka runs but in > other

Re: Cluster in weird state: no leaders no ISR for all topics, but it works!

2017-06-01 Thread Del Barrio, Alberto
case, you should be able to bounce 1 zookeeper at a time and > see if that resolves the issue. > > That said, have you restarted your servers since this issue surfaced? > > On 1 June 2017 at 14:11, Del Barrio, Alberto < > alberto.delbar...@360dialog.com> wrote: > > >

Cluster in weird state: no leaders no ISR for all topics, but it works!

2017-06-01 Thread Del Barrio, Alberto
Hi all, I'm experiencing an issue which I don't know how to solve, so I'm trying to find some guidance on the topic. I have a cluster composed by 3 servers, one broker per server running Kafka 0.10.0.1-1 which runs in production with around 100 topics, most of them divided in several partitions a