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

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

                Author: ASF GitHub Bot
            Created on: 26/Jun/20 23:06
            Start Date: 26/Jun/20 23:06
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on a change in pull request #12095:
URL: https://github.com/apache/beam/pull/12095#discussion_r446446107



##########
File path: sdks/go/pkg/beam/core/runtime/exec/sdf.go
##########
@@ -217,6 +218,11 @@ type ProcessSizedElementsAndRestrictions struct {
        PDo *ParDo
 
        inv *ctInvoker
+
+       // rt allows this unit to send out restriction trackers being processed.

Review comment:
       Ah yes. Good catch. Don't use pointers to interface types :) 




----------------------------------------------------------------
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: 451789)
    Time Spent: 50m  (was: 40m)

> Sharing restriction trackers between SDF ProcessElement executor and 
> DataSource
> -------------------------------------------------------------------------------
>
>                 Key: BEAM-10311
>                 URL: https://issues.apache.org/jira/browse/BEAM-10311
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Daniel Oliveira
>            Assignee: Daniel Oliveira
>            Priority: P2
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Store trackers of elements currently processing in SDF, in a way accessible 
> to other parts of the SDK harness (harness.go, plan.go, datasource.go, etc). 
> This way when a split request comes in to the Plan, we can tell that there's 
> an SDF processing an element and we're able to split within the element.



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

Reply via email to