You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/08/14 13:27:46 UTC

[jira] [Resolved] (FLINK-2519) BarrierBuffers get stuck infinitely when some inputs end early

     [ https://issues.apache.org/jira/browse/FLINK-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen resolved FLINK-2519.
---------------------------------
    Resolution: Fixed

Fixed via e1d1bd0a224b32f6a488e400f5f07e4ab4b65869

> BarrierBuffers get stuck infinitely when some inputs end early
> --------------------------------------------------------------
>
>                 Key: FLINK-2519
>                 URL: https://issues.apache.org/jira/browse/FLINK-2519
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 0.10
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Blocker
>             Fix For: 0.10
>
>
> When some sources exit early, the barrier buffer may start an alignment, but will never complete it, because some inputs never deliver a checkpoint barrier.
> [FLINK-2515] mitigates most of the problem, by not starting checkpoints any more when some sources already finished. When a checkpoint is started while a source is finishing, the barrier buffer may still align infinitely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)