You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Prateek Maheshwari (JIRA)" <ji...@apache.org> on 2017/04/25 18:55:04 UTC

[jira] [Assigned] (SAMZA-1221) Simplify MessageStreamImpl and OperatorSpec graphs and traversals

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

Prateek Maheshwari reassigned SAMZA-1221:
-----------------------------------------

    Assignee: Prateek Maheshwari

> Simplify MessageStreamImpl and OperatorSpec graphs and traversals
> -----------------------------------------------------------------
>
>                 Key: SAMZA-1221
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1221
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Prateek Maheshwari
>            Assignee: Prateek Maheshwari
>             Fix For: 0.14.0
>
>
> Currently the logical operator DAG traversal is unnecessarily convoluted since it requires interacting with both MessageStreamImpls (which provides #getRegisteredOperatorSpecs) and OperatorSpecs (which provides #getNextStream). This would be cleaner if we separated these two graphs such that the framework tracks and interacts only with the OperatorSpecs graph, and the MessageStreamImpl graph is just a user-facing view of it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)