GitHub user senorcarbone opened a pull request:

    https://github.com/apache/flink/pull/524

    [Flink-1686] Streaming Iterations Slot Sharing Fix

    Iteration head instances were using the same identifier for slot sharing 
which resulted into incorrect execution for streaming iterations.  I had to add 
a unique identifier for each iteration node to fix the issue. They are now 
working properly judging from the parallel iterations test.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mbalassi/flink FLINK-1686

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/524.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 #524
    
----
commit a3c80a90ad692bf60e27f72edb15c2f7acd1db17
Author: Paris Carbone <[email protected]>
Date:   2015-03-23T11:23:48Z

    [FLINK-1685] [streaming] Use different slot identifier per iteration node 
subtask

commit e518dd69116dfc2c511d804be6c0d58ef41570b4
Author: Paris Carbone <[email protected]>
Date:   2015-03-23T17:35:14Z

    [FLINK-1686] [streaming] add parallel iteration test

----


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

Reply via email to