diff --git a/docs/content.zh/docs/ops/upgrading.md b/docs/content.zh/docs/ops/upgrading.md index afeee08259836..510db2378cd49 100644 --- a/docs/content.zh/docs/ops/upgrading.md +++ b/docs/content.zh/docs/ops/upgrading.md @@ -214,6 +214,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: 1.9.x 1.10.x 1.11.x + 1.12.x Limitations @@ -231,6 +232,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: + The maximum parallelism of a job that was migrated from Flink 1.1.x to 1.2.x+ is currently fixed as the parallelism of the job. This means that the parallelism can not be increased after migration. This limitation might be removed in a future bugfix release. @@ -248,6 +250,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O When migrating from Flink 1.2.x to Flink 1.3.x+, changing parallelism at the same time is not supported. Users have to first take a savepoint after migrating to Flink 1.3.x+, and then change @@ -271,6 +274,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O Migrating from Flink 1.3.0 to Flink 1.4.[0,1] will fail if the savepoint contains Scala case classes. Users have to directly migrate to 1.4.2+ instead. @@ -286,6 +290,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -301,6 +306,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O There is a known issue with resuming broadcast state created with 1.5.x in versions 1.6.x up to 1.6.2, and 1.7.0: FLINK-11087. Users upgrading to 1.6.x or 1.7.x series need to directly migrate to minor versions higher than 1.6.2 and 1.7.0, @@ -319,6 +325,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -334,6 +341,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -349,6 +357,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -364,6 +373,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -379,6 +389,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O + O @@ -394,8 +405,25 @@ Savepoints are compatible across Flink versions as indicated by the table below: O + O + + 1.12.x + + + + + + + + + + + + O + + diff --git a/docs/content/docs/ops/upgrading.md b/docs/content/docs/ops/upgrading.md index f65dda2bf3d18..2cf0884b42d23 100644 --- a/docs/content/docs/ops/upgrading.md +++ b/docs/content/docs/ops/upgrading.md @@ -214,6 +214,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: 1.9.x 1.10.x 1.11.x + 1.12.x Limitations @@ -231,6 +232,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: + The maximum parallelism of a job that was migrated from Flink 1.1.x to 1.2.x+ is currently fixed as the parallelism of the job. This means that the parallelism can not be increased after migration. This limitation might be removed in a future bugfix release. @@ -248,6 +250,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O When migrating from Flink 1.2.x to Flink 1.3.x+, changing parallelism at the same time is not supported. Users have to first take a savepoint after migrating to Flink 1.3.x+, and then change @@ -271,6 +274,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O Migrating from Flink 1.3.0 to Flink 1.4.[0,1] will fail if the savepoint contains Scala case classes. Users have to directly migrate to 1.4.2+ instead. @@ -286,6 +290,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -301,6 +306,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O There is a known issue with resuming broadcast state created with 1.5.x in versions 1.6.x up to 1.6.2, and 1.7.0: FLINK-11087. Users upgrading to 1.6.x or 1.7.x series need to directly migrate to minor versions higher than 1.6.2 and 1.7.0, @@ -319,6 +325,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -334,6 +341,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -349,6 +357,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -364,6 +373,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O O + O @@ -379,6 +389,7 @@ Savepoints are compatible across Flink versions as indicated by the table below: O O + O @@ -394,8 +405,25 @@ Savepoints are compatible across Flink versions as indicated by the table below: O + O + + 1.12.x + + + + + + + + + + + + O + +