Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 650A01840A for ; Tue, 28 Jul 2015 17:51:43 +0000 (UTC) Received: (qmail 55349 invoked by uid 500); 28 Jul 2015 17:51:09 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 55216 invoked by uid 500); 28 Jul 2015 17:51:09 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 55074 invoked by uid 99); 28 Jul 2015 17:51:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2015 17:51:09 +0000 Date: Tue, 28 Jul 2015 17:51:09 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644754#comment-14644754 ] ASF GitHub Bot commented on FLINK-2406: --------------------------------------- Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125692765 It is strange that some tests take forever now. I cannot see why this test causes this. I also cannot reproduce this locally, it only occurs on Travis. But I debug this further... > 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)