Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/643#issuecomment-98690440 I'm afraid we need to be a bit more strict here. We need to partition the state by key, to make it more manageable. Therefore, we should only allow the user to use state if he provides a key, for example using the (non-existant) keyBy(). Then we can partition the data and the operators know for which part of the state they are responsible.
--- 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. ---