You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fp...@apache.org on 2022/01/17 15:30:24 UTC

[flink] branch release-1.14 updated: [FLINK-24858][release][docs] Recommend users to upgrade to 1.14.3 from 1.13.x to use state serializer fix

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

fpaul pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new 3891eaf  [FLINK-24858][release][docs] Recommend users to upgrade to 1.14.3 from 1.13.x to use state serializer fix
3891eaf is described below

commit 3891eafe9fd82264f6072a95f461756a8e1e7d6e
Author: Fabian Paul <fa...@ververica.com>
AuthorDate: Mon Jan 17 10:38:03 2022 +0100

    [FLINK-24858][release][docs] Recommend users to upgrade to 1.14.3 from 1.13.x to use state serializer fix
---
 docs/content/release-notes/flink-1.14.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/content/release-notes/flink-1.14.md b/docs/content/release-notes/flink-1.14.md
index 11bb2c3..6ac44d0 100644
--- a/docs/content/release-notes/flink-1.14.md
+++ b/docs/content/release-notes/flink-1.14.md
@@ -28,6 +28,13 @@ planning to upgrade your Flink version to 1.14.
 
 ### Known issues
 
+#### State migration issues
+
+Some of our internal serializers i.e. RowSerializer, TwoPhaseCommitSinkFunction's serializer,
+LinkedListSerializer might prevent a successful job starts if state migration is necessary.
+The fix is tracked by [FLINK-24858](https://issues.apache.org/jira/browse/FLINK-24858). We recommend
+to immediately upgrade to 1.14.3 when migrating from 1.13.x.
+
 #### Memory leak with Pulsar connector on Java 11
 
 Netty, which the Pulsar client uses underneath, allocates memory differently on Java 11 and Java 8. On Java