You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2021/12/15 21:10:40 UTC

[flink-statefun-docker] branch master updated: [FLINK-25333] Disable auto uid generation and enable restoring from a savepoint with missing operators

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f8a9b2  [FLINK-25333] Disable auto uid generation and enable restoring from a savepoint with missing operators
7f8a9b2 is described below

commit 7f8a9b29aee841a252308436e2fc2524702687bb
Author: sjwiesman <sj...@gmail.com>
AuthorDate: Wed Dec 15 10:57:40 2021 -0600

    [FLINK-25333] Disable auto uid generation and enable restoring from a savepoint with missing operators
    
    This closes #17
---
 template/flink-distribution/conf/flink-conf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/template/flink-distribution/conf/flink-conf.yaml b/template/flink-distribution/conf/flink-conf.yaml
index 2011749..e2c7b13 100644
--- a/template/flink-distribution/conf/flink-conf.yaml
+++ b/template/flink-distribution/conf/flink-conf.yaml
@@ -53,3 +53,11 @@ taskmanager.state.local.root-dirs: file:///local/state/recovery
 
 jobmanager.memory.process.size: 1g
 taskmanager.memory.process.size: 4g
+
+#==============================================================================
+# Support easy upgrades as the module.yaml file updates
+#==============================================================================
+
+pipeline.auto-generate-uids: false
+execution.savepoint.ignore-unclaimed-state: true
+