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

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

                Author: ASF GitHub Bot
            Created on: 26/Mar/18 20:04
            Start Date: 26/Mar/18 20:04
    Worklog Time Spent: 10m 
      Work Description: herohde commented on a change in pull request #4899: 
[BEAM-3545] Go SDK UserCounters
URL: https://github.com/apache/beam/pull/4899#discussion_r177208259
 
 

 ##########
 File path: sdks/go/pkg/beam/core/runtime/exec/translate.go
 ##########
 @@ -295,11 +296,13 @@ func (b *builder) makeLink(from string, id linkID) 
(Node, error) {
 
                        switch op {
                        case graph.ParDo:
-                               n := &ParDo{UID: b.idgen.New(), Inbound: in, 
Out: out}
+                               n := &ParDo{UID: b.idgen.New(), PID: id.to, 
Inbound: in, Out: out}
                                n.Fn, err = graph.AsDoFn(fn)
                                if err != nil {
                                        return nil, err
                                }
+                               // TODO(lostluck): 2018/03/22 Look into why 
transform.UniqueName isn't populated at this point, and switch n.PID to that 
instead.
 
 Review comment:
   Open a JIRA?

----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 84542)
    Time Spent: 5h  (was: 4h 50m)

> Fn API metrics in Go SDK harness
> --------------------------------
>
>                 Key: BEAM-3545
>                 URL: https://issues.apache.org/jira/browse/BEAM-3545
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Kenneth Knowles
>            Assignee: Robert Burke
>            Priority: Major
>              Labels: portability
>          Time Spent: 5h
>  Remaining Estimate: 0h
>




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

Reply via email to