You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/07/25 15:39:45 UTC

[flink] branch release-1.6 updated: [FLINK-9949][tests] Kill Flink processes in DB/teardown!

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.6 by this push:
     new 0ec6a35  [FLINK-9949][tests] Kill Flink processes in DB/teardown!
0ec6a35 is described below

commit 0ec6a3540033552323a176b358d55853626e97d2
Author: gyao <ga...@data-artisans.com>
AuthorDate: Wed Jul 25 15:28:40 2018 +0200

    [FLINK-9949][tests] Kill Flink processes in DB/teardown!
    
    This closes #6419.
---
 flink-jepsen/src/jepsen/flink/db.clj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-jepsen/src/jepsen/flink/db.clj b/flink-jepsen/src/jepsen/flink/db.clj
index 857e1d3..9a725d7 100644
--- a/flink-jepsen/src/jepsen/flink/db.clj
+++ b/flink-jepsen/src/jepsen/flink/db.clj
@@ -88,6 +88,7 @@
 (defn teardown-flink!
   []
   (info "Tearing down Flink")
+  (cu/grepkill! "flink")
   (meh (c/exec :rm :-rf install-dir))
   (meh (c/exec :rm :-rf (c/lit "/tmp/.yarn-properties*"))))