Skip to content

Commit

Permalink
[FLINK-10754] Enable local recovery for Jepsen based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Nov 2, 2018
1 parent ab4bc47 commit 4142888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-jepsen/src/jepsen/flink/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
:taskmanager.numberOfTaskSlots taskmanager-slots
:yarn.application-attempts 99999
:slotmanager.taskmanager-timeout 10000
:state.backend.local-recovery "false"
:state.backend.local-recovery "true"
:taskmanager.registration.timeout "30 s"})

(defn write-configuration!
Expand Down

0 comments on commit 4142888

Please sign in to comment.