You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/07/26 23:36:04 UTC

[jira] [Created] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

Stephan Ewen created FLINK-2406:
-----------------------------------

             Summary: Abstract BarrierBuffer to an exchangeable BarrierHandler
                 Key: FLINK-2406
                 URL: https://issues.apache.org/jira/browse/FLINK-2406
             Project: Flink
          Issue Type: Sub-task
          Components: Streaming
    Affects Versions: 0.10
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 0.10


We need to make the Checkpoint handling pluggable, to allow us to use different implementations:

  - BarrierBuffer for "exactly once" processing. This inevitably introduces a bit of latency.
  - BarrierTracker for "at least once" processing, with no added latency.



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