You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by aljoscha <gi...@git.apache.org> on 2016/10/27 13:33:59 UTC

[GitHub] incubator-beam pull request #1207: Fix Failing Flink RunnableOnService Tests

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 <al...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-beam pull request #1207: Fix Failing Flink RunnableOnService Tests

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-beam/pull/1207


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---