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

[jira] [Updated] (BEAM-5090) Use topological sort during ProcessBundle in Java SDKHarness

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

Ankur Goenka updated BEAM-5090:
-------------------------------
    Description: 
In reference to comment [https://github.com/apache/beam/pull/6093#issuecomment-410831830]
 * Use QueryablePipeline#getTopologicallyOrderedTransforms and execute processBundle requests.
 * Explore: is it worth caching the sorted structure when registReuest is received.
 * Also, explore how we can handle cycles in the execution stage if process bundle request if any.

  was:
In reference to comment [https://github.com/apache/beam/pull/6093#issuecomment-410831830]
 * Use QueryablePipeline#getTopologicallyOrderedTransforms and execute processBundle requests.
 * Explore: is it worth caching the sorted structure at when registReuest is received.
 * Also, explore the how we can handle cycles in the execution stage if process bundle request if any.


> Use topological sort during ProcessBundle in Java SDKHarness
> ------------------------------------------------------------
>
>                 Key: BEAM-5090
>                 URL: https://issues.apache.org/jira/browse/BEAM-5090
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-harness
>            Reporter: Ankur Goenka
>            Assignee: Ankur Goenka
>            Priority: Major
>
> In reference to comment [https://github.com/apache/beam/pull/6093#issuecomment-410831830]
>  * Use QueryablePipeline#getTopologicallyOrderedTransforms and execute processBundle requests.
>  * Explore: is it worth caching the sorted structure when registReuest is received.
>  * Also, explore how we can handle cycles in the execution stage if process bundle request if any.



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