You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/05/15 11:08:54 UTC

[flink-statefun] 03/17: [FLINK-17516] [e2e] Enable exactly-once checkpointing in all e2e tests

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

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 84afed935260e3c538fa758f361b39c03f6ac33b
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Tue May 12 23:24:06 2020 +0800

    [FLINK-17516] [e2e] Enable exactly-once checkpointing in all e2e tests
---
 .../statefun-e2e-tests-common/src/main/resources/flink-conf.yaml        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/statefun-e2e-tests/statefun-e2e-tests-common/src/main/resources/flink-conf.yaml b/statefun-e2e-tests/statefun-e2e-tests-common/src/main/resources/flink-conf.yaml
index 7d7c307..d081c43 100644
--- a/statefun-e2e-tests/statefun-e2e-tests-common/src/main/resources/flink-conf.yaml
+++ b/statefun-e2e-tests/statefun-e2e-tests-common/src/main/resources/flink-conf.yaml
@@ -21,3 +21,5 @@ state.checkpoints.dir: file:///checkpoint-dir
 state.backend.incremental: true
 taskmanager.memory.process.size: 4g
 jobmanager.scheduler: legacy
+execution.checkpointing.interval: 5sec
+execution.checkpointing.mode: EXACTLY_ONCE