You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/08/08 12:53:17 UTC

[flink] branch master updated: [FLINK-9446][docs] Update savepoint compatibility table for 1.6

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

chesnay 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 79d86a7  [FLINK-9446][docs] Update savepoint compatibility table for 1.6
79d86a7 is described below

commit 79d86a74a748da69d1819e727e21de3d3127b622
Author: zentol <ch...@apache.org>
AuthorDate: Tue Aug 7 15:01:33 2018 +0200

    [FLINK-9446][docs] Update savepoint compatibility table for 1.6
---
 docs/ops/upgrading.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/docs/ops/upgrading.md b/docs/ops/upgrading.md
index cad96e1..eb00a2b 100644
--- a/docs/ops/upgrading.md
+++ b/docs/ops/upgrading.md
@@ -211,6 +211,7 @@ Savepoints are compatible across Flink versions as indicated by the table below:
       <th class="text-center">1.3.x</th>
       <th class="text-center">1.4.x</th>
       <th class="text-center">1.5.x</th>
+      <th class="text-center">1.6.x</th>
       <th class="text-center">Limitations</th>
     </tr>
   </thead>
@@ -222,6 +223,7 @@ Savepoints are compatible across Flink versions as indicated by the table below:
           <td class="text-center">O</td>
           <td class="text-center"></td>
           <td class="text-center"></td>
+          <td class="text-center"></td>
           <td class="text-left">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.</td>
@@ -233,6 +235,7 @@ Savepoints are compatible across Flink versions as indicated by the table below:
           <td class="text-center">O</td>
           <td class="text-center">O</td>
           <td class="text-center">O</td>
+          <td class="text-center">O</td>
           <td class="text-left">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
           parallelism. Savepoints created for CEP applications cannot be restored in 1.4.x+.</td>
@@ -244,6 +247,7 @@ Savepoints are compatible across Flink versions as indicated by the table below:
           <td class="text-center">O</td>
           <td class="text-center">O</td>
           <td class="text-center">O</td>
+          <td class="text-center">O</td>
           <td class="text-left">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.</td>
     </tr>
     <tr>
@@ -253,6 +257,7 @@ Savepoints are compatible across Flink versions as indicated by the table below:
           <td class="text-center"></td>
           <td class="text-center">O</td>
           <td class="text-center">O</td>
+          <td class="text-center">O</td>
           <td class="text-left"></td>
     </tr>
     <tr>
@@ -262,6 +267,17 @@ Savepoints are compatible across Flink versions as indicated by the table below:
           <td class="text-center"></td>
           <td class="text-center"></td>
           <td class="text-center">O</td>
+          <td class="text-center">O</td>
+          <td class="text-left"></td>
+    </tr>
+    <tr>
+          <td class="text-center"><strong>1.6.x</strong></td>
+          <td class="text-center"></td>
+          <td class="text-center"></td>
+          <td class="text-center"></td>
+          <td class="text-center"></td>
+          <td class="text-center"></td>
+          <td class="text-center">O</td>
           <td class="text-left"></td>
     </tr>
   </tbody>