This is an automated email from the ASF dual-hosted git repository. gary pushed a commit to branch release-1.6 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 079d6fa4cc6edb724b171d1538b295c091adb7d2 Author: gyao <g...@data-artisans.com> AuthorDate: Mon Sep 17 21:29:04 2018 +0200 [hotfix][docs, tests] Fix formatting in jepsen README.md --- flink-jepsen/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/flink-jepsen/README.md b/flink-jepsen/README.md index dcad287..a3e2668 100644 --- a/flink-jepsen/README.md +++ b/flink-jepsen/README.md @@ -9,6 +9,7 @@ under faults. The tests in this particular project deploy Flink on YARN, Mesos, job, and examine the availability of the job after injecting faults. A job is said to be available if all the tasks of the job are running. The faults that can be currently introduced to the Flink cluster include: + * Killing of TaskManager/JobManager processes * Stopping HDFS NameNode * Network partitions