You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Luke Cwik (JIRA)" <ji...@apache.org> on 2018/08/08 18:47:00 UTC

[jira] [Resolved] (BEAM-5041) Java Fn SDK Harness skips unprocessed pCollections

     [ https://issues.apache.org/jira/browse/BEAM-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luke Cwik resolved BEAM-5041.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 2.7.0

> Java Fn SDK Harness skips unprocessed pCollections
> --------------------------------------------------
>
>                 Key: BEAM-5041
>                 URL: https://issues.apache.org/jira/browse/BEAM-5041
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-harness
>            Reporter: Ankur Goenka
>            Assignee: Ankur Goenka
>            Priority: Major
>             Fix For: 2.7.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Java Sdk Harness used pCollections to keep track of computed consumers [here|https://github.com/apache/beam/blob/ff95a82e461bd8319d9733be60e75992ba90cd7c/sdks/java/harness/src/main/java/org/apache/beam/fn/harness/control/ProcessBundleHandler.java#L158]. This is incorrect as consumers are based on pTransforms so pTransforms should be used to keep track of computed consumers.
> In case of Flatten, this creates an issue where pTransforms having same input as that to flatten are not executed. This causes 
> [https://github.com/apache/beam/blob/ff95a82e461bd8319d9733be60e75992ba90cd7c/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/FlattenTest.java#L316] to fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)