[GitHub] flink pull request #4083: [FLINK-6742] Improve savepoint migration failure e...

2017-06-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4083#discussion_r123972388 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/savepoint/SavepointV2.java --- @@ -168,10 +168,27 @@ public static Savepoint conve

[GitHub] flink pull request #4083: [FLINK-6742] Improve savepoint migration failure e...

2017-06-25 Thread gyfora
Github user gyfora commented on a diff in the pull request: https://github.com/apache/flink/pull/4083#discussion_r123895607 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/savepoint/SavepointV2.java --- @@ -168,10 +168,27 @@ public static Savepoint conve

[GitHub] flink pull request #4083: [FLINK-6742] Improve savepoint migration failure e...

2017-06-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4083 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] flink pull request #4083: [FLINK-6742] Improve savepoint migration failure e...

2017-06-07 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4083 [FLINK-6742] Improve savepoint migration failure error message This PR improves the error messages if the savepoint migration fails because a stateful task was removed or the parallelism of stateful