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

[jira] [Work logged] (BEAM-5030) Consolidate defer overhead per bundle

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

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

                Author: ASF GitHub Bot
            Created on: 03/Aug/18 00:41
            Start Date: 03/Aug/18 00:41
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on issue #6102: [BEAM-5030]  Consolidate defer overhead per bundle
URL: https://github.com/apache/beam/pull/6102#issuecomment-410109454
 
 
   LGTM
   Thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 130688)
    Time Spent: 0.5h  (was: 20m)

> Consolidate defer overhead per bundle
> -------------------------------------
>
>                 Key: BEAM-5030
>                 URL: https://issues.apache.org/jira/browse/BEAM-5030
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Robert Burke
>            Assignee: Robert Burke
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> At present, reflectx.CallNoPanic is invoked for every element, and adds  recovery defers for each element. Defers are cheap, but not "per element" cheap. In a simple pipeline (a single ParDo), this represents around ~3% overhead for the pipeline, which is aggravated for every pardo layer.
> Since the beam model's unit of re-triable computation is per bundle, the recovery defers should be invoked per bundle only at the root. This is already being done in [exec/plan.go|https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/core/runtime/exec/plan.go#L112]
> This could be as simple as calling Call directly in [exec/fn.go|https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/core/runtime/exec/fn.go#L99] instead of with the reflectx wrapper as it is presently.



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