GitHub user sm4rk0 opened a pull request:
https://github.com/apache/kafka/pull/4298
Remove ignore-case grep option from kafka-server-stop.sh
In order to avoid killing kafka-manager running on the same machine,
because it will match these strings from command line:
lib/org.apache.kafka.kafka_2.11-0.10.0.1.jar
lib/org.apache.kafka.kafka-clients-0.10.0.1.jar
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*
*Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.*
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sm4rk0/kafka patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4298.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4298
----
commit fd59a2ef66498babde3d94c18e515b2a2fbf71e4
Author: Marko Stanković <[email protected]>
Date: 2017-12-06T17:28:46Z
Remove ignore-case grep option from kafka-server-stop.sh
In order to avoid killing kafka-manager running on the same machine,
because it will match these strings from command line:
lib/org.apache.kafka.kafka_2.11-0.10.0.1.jar
lib/org.apache.kafka.kafka-clients-0.10.0.1.jar
----
---