Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/3562#discussion_r106776232 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java --- @@ -82,13 +90,19 @@ import static org.mockito.Mockito.mock; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; +import com.esotericsoftware.kryo.serializers.JavaSerializer; --- End diff -- Can we use `o.a.f.api.java.typeutils.kryo.JavaSerializer` instead (see https://issues.apache.org/jira/browse/FLINK-6025)? I don't think it really matters for the tests, but we probably should start using it instead of Kryo's because of the bug in case anything unexpected pops up.
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---