Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/3200
---
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 user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/3200#discussion_r97591827
--- Diff:
flink-runtime/src/main/java/org/apache/flink/migration/MigrationNamespaceSerializerProxy.java
---
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apa
Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/3200#discussion_r97593753
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/state/RegisteredBackendStateMetaInfo.java
---
@@ -92,10 +94,9 @@ public boolean
isCompatibleWith(
Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/3200#discussion_r97591863
--- Diff:
flink-runtime/src/main/java/org/apache/flink/migration/MigrationNamespaceSerializerProxy.java
---
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apa
Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/3200#discussion_r97591922
--- Diff:
flink-runtime/src/main/java/org/apache/flink/migration/MigrationNamespaceSerializerProxy.java
---
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apa
GitHub user StefanRRichter opened a pull request:
https://github.com/apache/flink/pull/3200
[FLINK-5602] migration namespace serializer
This PR fixes FLINK-5602. We introduce an artificial namespace serializer
instead of `null` so that checkpoints can run even before the user states