Github user mxm commented on the pull request:
https://github.com/apache/flink/pull/1913#issuecomment-218483592
Thanks for for your remarks. Instead of serializing/deserializing parts of
the `ExecutionConfig` whenever the usercode class loader needs to be passed, I
would like to serialize/deserialize the entire `ExecutionConfig`. This makes
everything explicit wherever the config is used. Plus, we create an explicit
copy of the config upon submission, regardless of the Akka object reuse mode.
The PojoSerializer will just keep a regular copy of the ExecutionConfig because
we always have the user code class loader available then.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---