Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6D692200BA7 for ; Fri, 21 Oct 2016 11:14:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6C4D6160B03; Fri, 21 Oct 2016 09:14:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C9AF1160AE9 for ; Fri, 21 Oct 2016 11:14:00 +0200 (CEST) Received: (qmail 32165 invoked by uid 500); 21 Oct 2016 09:13:59 -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 31733 invoked by uid 99); 21 Oct 2016 09:13:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2016 09:13:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1699C2C0D55 for ; Fri, 21 Oct 2016 09:13:59 +0000 (UTC) Date: Fri, 21 Oct 2016 09:13:59 +0000 (UTC) From: "Maximilian Michels (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLINK-4651) Re-register processing time timers at the WindowOperator upon recovery. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 21 Oct 2016 09:14:01 -0000 [ https://issues.apache.org/jira/browse/FLINK-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels updated FLINK-4651: -------------------------------------- Fix Version/s: (was: 1.1.3) 1.1.4 > Re-register processing time timers at the WindowOperator upon recovery. > ----------------------------------------------------------------------- > > Key: FLINK-4651 > URL: https://issues.apache.org/jira/browse/FLINK-4651 > Project: Flink > Issue Type: Bug > Components: Windowing Operators > Reporter: Kostas Kloudas > Assignee: Kostas Kloudas > Labels: windows > Fix For: 1.2.0, 1.1.4 > > > Currently the {{WindowOperator}} checkpoints the processing time timers, but upon recovery it does not re-registers them with the {{TimeServiceProvider}}. To actually reprocess them it relies on another element that will come and register a new timer for a future point in time. Although this is a realistic assumption in long running jobs, we can remove this assumption by re-registering the restored timers with the {{TimeServiceProvider}} in the {{open()}} method of the {{WindowOperator}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)