Return-Path: X-Original-To: apmail-flink-user-archive@minotaur.apache.org Delivered-To: apmail-flink-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9ED9185CE for ; Thu, 25 Feb 2016 16:52:47 +0000 (UTC) Received: (qmail 37623 invoked by uid 500); 25 Feb 2016 16:52:44 -0000 Delivered-To: apmail-flink-user-archive@flink.apache.org Received: (qmail 37534 invoked by uid 500); 25 Feb 2016 16:52:44 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 37524 invoked by uid 99); 25 Feb 2016 16:52:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2016 16:52:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1F501C6A41 for ; Thu, 25 Feb 2016 16:52:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id O5h9Mj8RFGzs for ; Thu, 25 Feb 2016 16:52:43 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 5CFC45F400 for ; Thu, 25 Feb 2016 16:52:43 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id BDA2E178C1DEF for ; Thu, 25 Feb 2016 08:43:52 -0800 (PST) Date: Thu, 25 Feb 2016 08:26:21 -0800 (PST) From: HungChang To: user@flink.apache.org Message-ID: <1456417581119-5156.post@n4.nabble.com> In-Reply-To: <1456409759435-5151.post@n4.nabble.com> References: <1456395416373-5137.post@n4.nabble.com> <0C7DA941-33CE-4A7B-9371-39C6AEDB9143@apache.org> <1456403348709-5145.post@n4.nabble.com> <6D9D7A49-F173-4633-A759-DB637C01C416@apache.org> <56CF05F9.2030505@apache.org> <1456409759435-5151.post@n4.nabble.com> Subject: Re: The way to itearte instances in AllWindowFunction in current Master branch MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit An update. The following situation works as expected. The data arrives after Flink job starts to execute. 1> (2016-02-25T17:46:25.00,13) 2> (2016-02-25T17:46:40.00,16) 3> (2016-02-25T17:46:50.00,11) 4> (2016-02-25T17:47:10.00,12) But for the data arrives long time before. Strange behavior appears. Does it mean we cannot reply the computation? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/The-way-to-itearte-instances-in-AllWindowFunction-in-current-Master-branch-tp5137p5156.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.