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 D2C4B200C85 for ; Tue, 30 May 2017 10:59:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D1472160BDC; Tue, 30 May 2017 08:59:07 +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 239B8160BC1 for ; Tue, 30 May 2017 10:59:06 +0200 (CEST) Received: (qmail 52577 invoked by uid 500); 30 May 2017 08:59:06 -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 52568 invoked by uid 99); 30 May 2017 08:59:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2017 08:59:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D5654C02C8 for ; Tue, 30 May 2017 08:59:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id gl8HKjnfh91w for ; Tue, 30 May 2017 08:59:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D44365F295 for ; Tue, 30 May 2017 08:59:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6F54FE0C0D for ; Tue, 30 May 2017 08:59:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2F40121B58 for ; Tue, 30 May 2017 08:59:04 +0000 (UTC) Date: Tue, 30 May 2017 08:59:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-2380) Flink Batch Runner does not forward additional outputs to operator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 30 May 2017 08:59:08 -0000 [ https://issues.apache.org/jira/browse/BEAM-2380?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16029= 188#comment-16029188 ]=20 ASF GitHub Bot commented on BEAM-2380: -------------------------------------- GitHub user aljoscha opened a pull request: https://github.com/apache/beam/pull/3258 [BEAM-2380] Forward additional outputs to DoFnRunner in Flink Batch R: @iemejia or anyone, really =F0=9F=98=83=20 You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/beam jira-2380-fix-flink-batch-a= dd-outputs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3258.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 #3258 =20 ---- commit 9afe395bbddd2382c5222dd3145a0be3cdf7077a Author: Aljoscha Krettek Date: 2017-05-30T08:56:56Z [BEAM-2380] Forward additional outputs to DoFnRunner in Flink Batch ---- > Flink Batch Runner does not forward additional outputs to operator > ------------------------------------------------------------------ > > Key: BEAM-2380 > URL: https://issues.apache.org/jira/browse/BEAM-2380 > Project: Beam > Issue Type: Bug > Components: runner-flink > Affects Versions: 2.1.0 > Reporter: Aljoscha Krettek > Assignee: Aljoscha Krettek > Priority: Blocker > Fix For: 2.1.0 > > > Recent changes to {{SimpleDoFnRunner}} made the output tag validation mor= e strict in {{outputWindowedValue()}}. This surfaced a bug in the Flink Bat= ch runner: it doesn't forward the additional output tags to the {{SimpleDoF= nRunner}}. -- This message was sent by Atlassian JIRA (v6.3.15#6346)