GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/1641
[FLINK-3315] Fix Slot Sharing in Streaming API
This changes slot sharing settings to single method
slotSharingGroup(String) on DataStream.
Operations inherit the slot sharing group of the input if all input
operations are in the same slot sharing group.
The default slot sharing group is "default" this can also be explicitly
set using slotSharingGroup("default"). This overrides the inheriting
behaviour.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink slotsharing-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1641.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 #1641
----
commit f9bd1d25b26e639318dc737c3f7a1ce75df445fe
Author: Aljoscha Krettek <[email protected]>
Date: 2016-02-02T12:11:12Z
[FLINK-3315] Fix Slot Sharing in Streaming API
This changes slot sharing settings to single method
slotSharingGroup(String) on DataStream.
Operations inherit the slot sharing group of the input if all input
operations are in the same slot sharing group.
The default slot sharing group is "default" this can also be explicitly
set using slotSharingGroup("default"). This overrides the inheriting
behaviour.
----
---
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.
---