Skip to content

Commit 4142888

Browse files
committed
[FLINK-10754] Enable local recovery for Jepsen based tests
1 parent ab4bc47 commit 4142888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-jepsen/src/jepsen/flink/db.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
:taskmanager.numberOfTaskSlots taskmanager-slots
5858
:yarn.application-attempts 99999
5959
:slotmanager.taskmanager-timeout 10000
60-
:state.backend.local-recovery "false"
60+
:state.backend.local-recovery "true"
6161
:taskmanager.registration.timeout "30 s"})
6262

6363
(defn write-configuration!

0 commit comments

Comments
 (0)