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/23 22:19:25 UTC

flink git commit: [FLINK-9892][tests] Disable local recovery in Jepsen tests.

Repository: flink
Updated Branches:
  refs/heads/master f1c83a158 -> c9a3a8a39


[FLINK-9892][tests] Disable local recovery in Jepsen tests.

This closes #6369.


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

Branch: refs/heads/master
Commit: c9a3a8a395d01c2a729d0d86c9ef9cced08e2ba0
Parents: f1c83a1
Author: gyao <ga...@data-artisans.com>
Authored: Thu Jul 19 09:35:44 2018 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Tue Jul 24 00:18:55 2018 +0200

----------------------------------------------------------------------
 flink-jepsen/src/jepsen/flink/db.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c9a3a8a3/flink-jepsen/src/jepsen/flink/db.clj
----------------------------------------------------------------------
diff --git a/flink-jepsen/src/jepsen/flink/db.clj b/flink-jepsen/src/jepsen/flink/db.clj
index ff934e1..857e1d3 100644
--- a/flink-jepsen/src/jepsen/flink/db.clj
+++ b/flink-jepsen/src/jepsen/flink/db.clj
@@ -56,7 +56,7 @@
    :taskmanager.numberOfTaskSlots      taskmanager-slots
    :yarn.application-attempts          99999
    :slotmanager.taskmanager-timeout    10000
-   :state.backend.local-recovery       "true"
+   :state.backend.local-recovery       "false"
    :taskmanager.registration.timeout   "30 s"})
 
 (defn master-nodes