Jan Callewaert created KAFKA-4110:
-------------------------------------
Summary: When running multiple Kafka instances, the stop script
kills all running instances
Key: KAFKA-4110
URL: https://issues.apache.org/jira/browse/KAFKA-4110
Project: Kafka
Issue Type: Bug
Components: tools
Affects Versions: 0.10.0.1
Environment: Linux
Reporter: Jan Callewaert
Priority: Minor
The script kafka-server-stop.sh uses ps to get the PIDs of all the running
Kafka processes and then kills them.
In my development environment, I run multiple Kafka-instances on the same
machine. When I want to stop one instance, the other instances are also stopped.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)