Re: Broker won't exit...

2018-01-10 Thread Skip Montanaro
Skip:Can you pastebin the stack trace of the stuck broker ? Will try to later, when the system is quiescent. I forgot to save the gstack output yesterday. S

Re: Broker won't exit...

2018-01-10 Thread Jan Filipiak
On 10.01.2018 12:57, Ted Yu wrote: Skip:Can you pastebin the stack trace of the stuck broker ? Thanks Original message From: Skip Montanaro <skip.montan...@gmail.com> Date: 1/10/18 3:52 AM (GMT-08:00) To: users@kafka.apache.org Subject: Re: Broker won't exit... Did yo

Re: Broker won't exit...

2018-01-10 Thread Svante Karlsson
com>: > Skip:Can you pastebin the stack trace of the stuck broker ? > Thanks > Original message From: Skip Montanaro < > skip.montan...@gmail.com> Date: 1/10/18 3:52 AM (GMT-08:00) To: > users@kafka.apache.org Subject: Re: Broker won't exit... > Did you

Re: Broker won't exit...

2018-01-10 Thread Ted Yu
Skip:Can you pastebin the stack trace of the stuck broker ? Thanks Original message From: Skip Montanaro <skip.montan...@gmail.com> Date: 1/10/18 3:52 AM (GMT-08:00) To: users@kafka.apache.org Subject: Re: Broker won't exit... Did you stop the broker before stoping zoo

Re: Broker won't exit...

2018-01-10 Thread Skip Montanaro
Did you stop the broker before stoping zookeeper? Yes. My stop script executes the server stop scripts in reverse order from my start script. Should I have stuck in a couple second sleep between stopping the brokers and stopping zookeeper? I was actually running two brokers. The one my stop

Re: Broker won't exit...

2018-01-10 Thread Skip Montanaro
Have you tried a normal kill (sigterm) against the java process? Yes. Nothing worked until kill -9. Skip

Re: Broker won't exit...

2018-01-10 Thread Damian Guy
Did you stop the broker before stoping zookeeper? On Wed, 10 Jan 2018 at 10:38 Ted Yu wrote: > I think that is the default signal. > From the script: > > SIGNAL=${SIGNAL:-TERM} > > FYI > > On Wed, Jan 10, 2018 at 2:35 AM, Sam Pegler < > sam.peg...@infectiousmedia.com> >

Re: Broker won't exit...

2018-01-10 Thread Ted Yu
I think that is the default signal. >From the script: SIGNAL=${SIGNAL:-TERM} FYI On Wed, Jan 10, 2018 at 2:35 AM, Sam Pegler wrote: > Have you tried a normal kill (sigterm) against the java process? > > __ > > Sam Pegler > > PRODUCTION ENGINEER > > T. +44(0) 07

Re: Broker won't exit...

2018-01-10 Thread Sam Pegler
Have you tried a normal kill (sigterm) against the java process? __ Sam Pegler PRODUCTION ENGINEER T. +44(0) 07 562 867 486 3-7 Herbal Hill / London / EC1R 5EJ www.infectiousmedia.com This email and any attachments are confidential and may also be

Broker won't exit...

2018-01-09 Thread Skip Montanaro
I only discovered the kafka-server-stop.sh script a couple days ago. I can't seem to make it do its thing (the corresponding zookeeper stop script seems to work just fine). All consumers have been stopped. Lsof still shows the Kafka broker process listening on its port. The last connection left