Re: Kafka 0.8.0 server-stop.sh does not stop broker

2013-12-19 Thread Guozhang Wang
Bryan, The server's shutdown hook should be able to trigger with any SIG except SIGKILL. I just tried the following process and the stop script works for me: 1. bin/zookeeper-server-start.sh config/zookeeper.properties 2. bin/kafka-server-start.sh config/server.properties 3. bin/kafka-server-s

Re: Kafka 0.8.0 server-stop.sh does not stop broker

2013-12-18 Thread Jun Rao
Maybe we should just change it to "kill -15". Could you try if that works? Could you also file a jira? Thanks, Jun On Tue, Dec 17, 2013 at 9:18 PM, Bryan Baugher wrote: > RHEL 6.4 64bit > Java 6u35 > > > On Tue, Dec 17, 2013 at 10:57 PM, Jun Rao wrote: > > > Which OS are you on? > > > > Than

Re: Kafka 0.8.0 server-stop.sh does not stop broker

2013-12-17 Thread Bryan Baugher
RHEL 6.4 64bit Java 6u35 On Tue, Dec 17, 2013 at 10:57 PM, Jun Rao wrote: > Which OS are you on? > > Thanks, > > Jun > > > On Tue, Dec 17, 2013 at 11:15 AM, Bryan Baugher wrote: > > > Hi, > > > > We have been trying out the kafka 0.8.0 beta1 for awhile and recently > > attempted to upgrade to

Re: Kafka 0.8.0 server-stop.sh does not stop broker

2013-12-17 Thread Jun Rao
Which OS are you on? Thanks, Jun On Tue, Dec 17, 2013 at 11:15 AM, Bryan Baugher wrote: > Hi, > > We have been trying out the kafka 0.8.0 beta1 for awhile and recently > attempted to upgrade to 0.8.0 but noticed that the stop server script > doesn't seem to stop the broker anymore. I noticed

Kafka 0.8.0 server-stop.sh does not stop broker

2013-12-17 Thread Bryan Baugher
Hi, We have been trying out the kafka 0.8.0 beta1 for awhile and recently attempted to upgrade to 0.8.0 but noticed that the stop server script doesn't seem to stop the broker anymore. I noticed here[1] that a commit was made before the release to change the signal sent to stop the broker from SIG