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

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


The following commit(s) were added to refs/heads/master by this push:
     new 095529d  [hotfix] Update release notes for 1.10
095529d is described below

commit 095529d3ad864df1506847a060a9f52b85de1bfd
Author: Till Rohrmann <[email protected]>
AuthorDate: Sat Jun 13 14:00:49 2020 +0200

    [hotfix] Update release notes for 1.10
---
 docs/release-notes/flink-1.10.md    | 4 ++++
 docs/release-notes/flink-1.10.zh.md | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/docs/release-notes/flink-1.10.md b/docs/release-notes/flink-1.10.md
index 0e228ec..022e0d9 100644
--- a/docs/release-notes/flink-1.10.md
+++ b/docs/release-notes/flink-1.10.md
@@ -464,3 +464,7 @@ blocked. The `MailboxExecutor` can be accessed by using
 Interfaces `OptionsFactory` and `ConfigurableOptionsFactory` have been
 deprecated in favor of `RocksDBOptionsFactory` and
 `ConfigurableRocksDBOptionsFactory`, respectively.
+
+#### Incompatibility of serialized JobGraphs 
([FLINK-14594](https://issues.apache.org/jira/browse/FLINK-14594))
+Serialized `JobGraphs` which set the `ResourceSpec` created by Flink versions 
< `1.10` are no longer compatible with Flink >= `1.10`. 
+If you want to migrate these jobs to Flink >= `1.10` you will have to stop the 
job with a savepoint and then resume it from this savepoint on the Flink >= 
`1.10` cluster.
diff --git a/docs/release-notes/flink-1.10.zh.md 
b/docs/release-notes/flink-1.10.zh.md
index 0e228ec..022e0d9 100644
--- a/docs/release-notes/flink-1.10.zh.md
+++ b/docs/release-notes/flink-1.10.zh.md
@@ -464,3 +464,7 @@ blocked. The `MailboxExecutor` can be accessed by using
 Interfaces `OptionsFactory` and `ConfigurableOptionsFactory` have been
 deprecated in favor of `RocksDBOptionsFactory` and
 `ConfigurableRocksDBOptionsFactory`, respectively.
+
+#### Incompatibility of serialized JobGraphs 
([FLINK-14594](https://issues.apache.org/jira/browse/FLINK-14594))
+Serialized `JobGraphs` which set the `ResourceSpec` created by Flink versions 
< `1.10` are no longer compatible with Flink >= `1.10`. 
+If you want to migrate these jobs to Flink >= `1.10` you will have to stop the 
job with a savepoint and then resume it from this savepoint on the Flink >= 
`1.10` cluster.

Reply via email to