GitHub user gyfora opened a pull request:

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

    [FLINK-1775] BarrierBuffer fix to avoid end of stream deadlock

    This fixes several corner-cases in the barrier buffer logic.
    
    Still two problems remain:
    
    - If the StreamRecordWriter is active (a thread is running to flush the 
ouputs every so many milliseconds) 
    - On travis the RecordWriters seem to deadlock at the sources for some 
reason on broadcastEvent calls. (I cannot reproduce this locally)

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

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

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

    https://github.com/apache/flink/pull/534.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 #534
    
----
commit 35d71c8b8461e689ec02e64ef1089adfe1f4d7cb
Author: Gyula Fora <gyf...@apache.org>
Date:   2015-03-24T23:14:21Z

    [FLINK-1775] BarrierBuffer fix to avoid end of stream deadlock

----


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

Reply via email to