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 43C0618872 for ; Fri, 22 Jan 2016 15:23:40 +0000 (UTC) Received: (qmail 88382 invoked by uid 500); 22 Jan 2016 15:23:40 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 88331 invoked by uid 500); 22 Jan 2016 15:23:40 -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 88317 invoked by uid 99); 22 Jan 2016 15:23:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2016 15:23:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 017D32C14F0 for ; Fri, 22 Jan 2016 15:23:40 +0000 (UTC) Date: Fri, 22 Jan 2016 15:23:40 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-3178) Make Closing Behavior of Window Operators Configurable 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-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15112529#comment-15112529 ] ASF GitHub Bot commented on FLINK-3178: --------------------------------------- GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/1542 [FLINK-3178] Don't Emit In-Flight Windows When Closing Window Operator You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/flink window-no-final-emit Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1542.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 #1542 ---- commit 2f4a15491cc7d307deb1f59d26980df72307b914 Author: Aljoscha Krettek Date: 2016-01-18T12:25:03Z [FLINK-3178] Don't Emit In-Flight Windows When Closing Window Operator ---- > Make Closing Behavior of Window Operators Configurable > ------------------------------------------------------ > > Key: FLINK-3178 > URL: https://issues.apache.org/jira/browse/FLINK-3178 > Project: Flink > Issue Type: Improvement > Components: Streaming > Affects Versions: 1.0.0 > Reporter: Aljoscha Krettek > Assignee: Aljoscha Krettek > Priority: Blocker > > Right now, all window operators emit (incomplete) in-flight windows when they are closing down. This happens for two reasons: > 1. sources emit a final Long.MAX_VALUE watermark to flush out windows when they close. > 2. window operators emit in-flight windows in their close() method > For some users this might not be the desired behavior so we should either change it or make it configurable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)