You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jan Callewaert (JIRA)" <ji...@apache.org> on 2016/09/01 07:52:20 UTC

[jira] [Created] (KAFKA-4110) When running multiple Kafka instances, the stop script kills all running instances

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)