This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit c03683bc7fd31912fbd31f0827317eceb72942e6 Author: Tzu-Li (Gordon) Tai <[email protected]> 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
