GitHub user aljoscha opened a pull request:
https://github.com/apache/incubator-beam/pull/1207
Fix Failing Flink RunnableOnService Tests
The problem was that the DoFnInvoker was invoking
createAggregatorForDoFn in the AggregatorFactory several times and
Flink only allows adding each aggregator once. This now adds a check
for whether an aggregator exists already.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/incubator-beam
fix-flink-test-failures
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/1207.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 #1207
----
commit 6a6f710cc3b0ded348396f0ce448d8c45365f21a
Author: Aljoscha Krettek <[email protected]>
Date: 2016-10-27T13:31:20Z
Fix Failing Flink RunnableOnService Tests
The problem was that the DoFnInvoker was invoking
createAggregatorForDoFn in the AggregatorFactory several times and
Flink only allows adding each aggregator once. This now adds a check
for whether an aggregator exists already.
----
---
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.
---