[ 
https://issues.apache.org/jira/browse/BEAM-8608?focusedWorklogId=461778&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-461778
 ]

ASF GitHub Bot logged work on BEAM-8608:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Jul/20 23:24
            Start Date: 21/Jul/20 23:24
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on pull request #11858:
URL: https://github.com/apache/beam/pull/11858#issuecomment-662156183


   FYI this change seems to improve performance of Nexmark Smoke test suite, 
but also seems to cause a 25% regression if we increase the default numEvents 
parameter in the benchmark, see: 
https://issues.apache.org/jira/browse/BEAM-10542?focusedCommentId=17162379&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17162379.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 461778)
    Time Spent: 1h 10m  (was: 1h)

> Chain DoFns in Flink batch runner when possible.
> ------------------------------------------------
>
>                 Key: BEAM-8608
>                 URL: https://issues.apache.org/jira/browse/BEAM-8608
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-flink
>    Affects Versions: 2.16.0
>            Reporter: David Morávek
>            Assignee: David Morávek
>            Priority: P2
>             Fix For: 2.23.0
>
>         Attachments: Screen Shot 2019-11-07 at 10.35.07.png, Screen Shot 
> 2019-11-07 at 10.35.22.png
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Right now, in Batch runner, DoFn is executed using MapPartition operator 
> (_FlinkDoFnFunction_), which doesn't have chained driver implementation.
> We need to reimplement DoFnFunction with FlatMap to allow chaining.
> Attached is the execution graph for the same pipeline, before and after the 
> patch.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to