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 CAC90200D61 for ; Tue, 14 Nov 2017 00:32:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C9580160C06; Mon, 13 Nov 2017 23:32:48 +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 477EF160C09 for ; Tue, 14 Nov 2017 00:32:48 +0100 (CET) Received: (qmail 24659 invoked by uid 500); 13 Nov 2017 23:32:47 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 24519 invoked by uid 99); 13 Nov 2017 23:32:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2017 23:32:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1D03BE00A4; Mon, 13 Nov 2017 23:32:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kenn@apache.org To: commits@beam.apache.org Date: Mon, 13 Nov 2017 23:32:51 -0000 Message-Id: <2b6360f8eef941b2a00b7ab6006d753a@git.apache.org> In-Reply-To: <21b9d3ba286548348ba0f2ae636f6801@git.apache.org> References: <21b9d3ba286548348ba0f2ae636f6801@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] beam git commit: This closes #3988: [BEAM-3052] ReduceFnRunner: Do not manage EOW hold or timer, set GC hold and timer always archived-at: Mon, 13 Nov 2017 23:32:49 -0000 This closes #3988: [BEAM-3052] ReduceFnRunner: Do not manage EOW hold or timer, set GC hold and timer always ReduceFnRunner: Do not manage EOW hold or timer, set GC hold and timer always Truncate the very last fixed window if it goes beyond representable time Tidy a troublesome TestStreamTest Fix expectations in CombineTest Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a5254e73 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a5254e73 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a5254e73 Branch: refs/heads/master Commit: a5254e730065d8b15899b094ee54011797fffaa1 Parents: 219b9ca 9c994ca Author: Kenneth Knowles Authored: Mon Nov 13 15:03:37 2017 -0800 Committer: Kenneth Knowles Committed: Mon Nov 13 15:03:37 2017 -0800 ---------------------------------------------------------------------- .../beam/runners/core/ReduceFnRunner.java | 72 ++---- .../apache/beam/runners/core/WatermarkHold.java | 221 +++---------------- .../beam/runners/core/LateDataUtilsTest.java | 2 +- .../beam/runners/core/ReduceFnRunnerTest.java | 191 ++++++++++++---- .../sdk/transforms/windowing/FixedWindows.java | 24 +- .../apache/beam/sdk/testing/TestStreamTest.java | 25 ++- .../apache/beam/sdk/transforms/CombineTest.java | 2 +- .../transforms/windowing/FixedWindowsTest.java | 12 + 8 files changed, 246 insertions(+), 303 deletions(-) ----------------------------------------------------------------------