You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ne...@apache.org on 2014/03/06 18:35:23 UTC

git commit: kafka-server-stop.sh doesn't stop broker; reviewed by Neha Narkhede

Repository: kafka
Updated Branches:
  refs/heads/trunk 6319f26e6 -> c3520fe7e


kafka-server-stop.sh doesn't stop broker; reviewed by Neha Narkhede


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/c3520fe7
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/c3520fe7
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/c3520fe7

Branch: refs/heads/trunk
Commit: c3520fe7e0e50f0eeb4f82ad1ed961bdd39440fc
Parents: 6319f26
Author: Martin Kleppmann <ma...@rapportive.com>
Authored: Thu Mar 6 09:34:37 2014 -0800
Committer: Neha Narkhede <ne...@gmail.com>
Committed: Thu Mar 6 09:35:20 2014 -0800

----------------------------------------------------------------------
 bin/kafka-server-stop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/c3520fe7/bin/kafka-server-stop.sh
----------------------------------------------------------------------
diff --git a/bin/kafka-server-stop.sh b/bin/kafka-server-stop.sh
index 35a26a6..cd8160c 100755
--- a/bin/kafka-server-stop.sh
+++ b/bin/kafka-server-stop.sh
@@ -13,4 +13,4 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-ps ax | grep -i 'kafka\.Kafka' | grep java | grep -v grep | awk '{print $1}' | xargs kill -SIGINT
+ps ax | grep -i 'kafka\.Kafka' | grep java | grep -v grep | awk '{print $1}' | xargs kill -SIGTERM