[
https://issues.apache.org/jira/browse/FLINK-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14089884#comment-14089884
]
ASF GitHub Bot commented on FLINK-1042:
---------------------------------------
GitHub user fhueske opened a pull request:
https://github.com/apache/incubator-flink/pull/92
[FLINK-1042] Changed ClassLoader field to be transient.
Serialization of the `RuntimeStatefulSerializerFactory` fails because the
field `ClassLoader loader` is not serializable. The fix makes the field
`transient`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/incubator-flink
StatefulSerializerFactoryFix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/92.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #92
----
commit c01cc279181e48a05e60674e887cfe41341ea8c9
Author: Fabian Hueske <[email protected]>
Date: 2014-08-07T21:22:34Z
[FLINK-1042] Changed ClassLoader field to be transient.
----
> Serialization of RuntimeStatefulSerializerFactory causes exception
> ------------------------------------------------------------------
>
> Key: FLINK-1042
> URL: https://issues.apache.org/jira/browse/FLINK-1042
> Project: Flink
> Issue Type: Bug
> Components: Java API
> Reporter: Fabian Hueske
> Assignee: Fabian Hueske
> Priority: Critical
>
> RuntimeStatefulSerializerFactory cannot be serialized due to a
> non-serializable field ({{ClassLoader loader}}).
--
This message was sent by Atlassian JIRA
(v6.2#6252)