Re: Client session timed out

2020-10-28 Thread Praveen Kumar K S
gt; Any help to debug and resolve this issue is highly appreciated. > > > > Regards, > > Praveen > > > > On Wed, 21 Oct, 2020, 11:26 Sabina Marx, > wrote: > > > >> Hi Praveen, > >> > >> it seems to

Re: Client session timed out

2020-10-27 Thread Sabina Marx
gt; Regards >> Sabina >> >> Von: Praveen Kumar K S >> Antworten an: "users@kafka.apache.org" >> Datum: Dienstag, 20. Oktober 2020 um 20:07 >> An: "users@kafka.apache.org" >> Betreff: Re: Client session tim

Re: Client session timed out

2020-10-23 Thread Praveen Kumar K S
>> Antworten an: "users@kafka.apache.org" >> Datum: Dienstag, 20. Oktober 2020 um 20:07 >> An: "users@kafka.apache.org" >> Betreff: Re: Client session timed out >> >> Hello, >> >> I'm not sure if I can add my issue in th

Re: Client session timed out

2020-10-21 Thread Praveen Kumar K S
; Regards > Sabina > > Von: Praveen Kumar K S > Antworten an: "users@kafka.apache.org" > Datum: Dienstag, 20. Oktober 2020 um 20:07 > An: "users@kafka.apache.org" > Betreff: Re: Client session timed out > > Hello, > > I'm not sure if I can

Re: Client session timed out

2020-10-20 Thread Sabina Marx
> Holen Sie sich Outlook für iOS<https://aka.ms/o0ukef> > > Von: Mich Talebzadeh mailto:mich.talebza...@gmail.com>> > Gesendet: Monday, October 19, 2020 7:09:53 PM > An: users@kafka.apache.org<mailto:users@kafka.apache.

Re: Client session timed out

2020-10-20 Thread Praveen Kumar K S
> Holen Sie sich Outlook für iOS<https://aka.ms/o0ukef> > > > > Von: Mich Talebzadeh > > Gesendet: Monday, October 19, 2020 7:09:53 PM > > An: users@kafka.apache.org > > Betreff: Re: Client session timed out >

Re: Client session timed out

2020-10-20 Thread Sabina Marx
Outlook für iOS<https://aka.ms/o0ukef> > > Von: Mich Talebzadeh > Gesendet: Monday, October 19, 2020 7:09:53 PM > An: users@kafka.apache.org > Betreff: Re: Client session timed out > > Ok I think it is clearer now. > &g

Re: Client session timed out

2020-10-19 Thread Mich Talebzadeh
uction. On Mon, 19 Oct 2020 at 18:17, Sabina Marx wrote: > Yes, you have it > > Holen Sie sich Outlook für iOS<https://aka.ms/o0ukef> > > Von: Mich Talebzadeh > Gesendet: Monday, October 19, 2020 7:09:53 PM > An: users@kafka.apache.org

Re: Client session timed out

2020-10-19 Thread Sabina Marx
Yes, you have it Holen Sie sich Outlook für iOS<https://aka.ms/o0ukef> Von: Mich Talebzadeh Gesendet: Monday, October 19, 2020 7:09:53 PM An: users@kafka.apache.org Betreff: Re: Client session timed out Ok I think it is clearer now. As I understand al

Re: Client session timed out

2020-10-19 Thread Mich Talebzadeh
iOS<https://aka.ms/o0ukef> > > Von: Mich Talebzadeh > Gesendet: Monday, October 19, 2020 6:46:49 PM > An: users@kafka.apache.org > Betreff: Re: Client session timed out > > Can you pls clarify when you say you start one pair (Zookeeper

Re: Client session timed out

2020-10-19 Thread Sabina Marx
bzadeh Gesendet: Monday, October 19, 2020 6:46:49 PM An: users@kafka.apache.org Betreff: Re: Client session timed out Can you pls clarify when you say you start one pair (Zookeeper and Kafka), what happens to the others. Do you keep them down? LinkedIn * https://www.linkedin.com/profile/v

Re: Client session timed out

2020-10-19 Thread Mich Talebzadeh
Can you pls clarify when you say you start one pair (Zookeeper and Kafka), what happens to the others. Do you keep them down? LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw

Re: Client session timed out

2020-10-19 Thread Sabina Marx
Yes, it's a new setup. The kafka and zookeeper runs as services and are enabled, so they should start at system start. And kafka starts after zookeeper. And if I stop everything and start it, then it works. But then, if I restart one server with zookeeper and kafka the kafka gets the timeouts. 

Re: Client session timed out

2020-10-19 Thread Mich Talebzadeh
OK so the issue seems to be kafka cluster. Is this a new setup? HTH LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw * *Disclaimer:* Use it at your own risk. Any an

Re: Client session timed out

2020-10-19 Thread Sabina Marx
Thanks for your answer, but the zookeeper ensemble is running and ports are ok. Am 19.10.20, 17:38 schrieb "Mich Talebzadeh" : Start the zookeeper ensemble first before starting Kafka cluster. They need to select a leader and ensure that they all come online OK. Check port 2181, 288

Re: Client session timed out

2020-10-19 Thread Mich Talebzadeh
Start the zookeeper ensemble first before starting Kafka cluster. They need to select a leader and ensure that they all come online OK. Check port 2181, 2888, 3888 using netstat -plten|egrep '2181|2888|3888' tcp0 0 :::2181 :::* LISTEN 1005 9934134