Github user mxm commented on the pull request:

    https://github.com/apache/flink/pull/925#issuecomment-123213630
  
    In the master, I only serialize the user-defined accumulators but not the 
Flink accumulators. As of this pull request, the accumulators are always 
serialized even in local setups. Starting multiple actor systems did not solve 
the problem because Akka always optimizes message passing in local one VM 
setups, i.e. it does not serialize objects even across actor systems.


---
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.
---

Reply via email to