[
https://issues.apache.org/jira/browse/BEAM-13001?focusedWorklogId=667260&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-667260
]
ASF GitHub Bot logged work on BEAM-13001:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Oct/21 20:21
Start Date: 19/Oct/21 20:21
Worklog Time Spent: 10m
Work Description: riteshghorse commented on pull request #15657:
URL: https://github.com/apache/beam/pull/15657#issuecomment-947075018
PTAL. There is no lock contention in `SetPTransformState` now because we are
using atomic.Value for updating the state and pid. However, this has been
compensated in the allocs/op. It changed from 0 to 2 allocs/op.
There is a lock contention in case of `s.Sample` . If we can use normal
`int` for storing the time instead of `time.Duration` then we can get rid of
that lock as well.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 667260)
Time Spent: 4h (was: 3h 50m)
> DoFn Execution time metrics (msecs) for Go SDK
> ----------------------------------------------
>
> Key: BEAM-13001
> URL: https://issues.apache.org/jira/browse/BEAM-13001
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Reporter: Ritesh Ghorse
> Assignee: Ritesh Ghorse
> Priority: P2
> Time Spent: 4h
> Remaining Estimate: 0h
>
> Implement DoFn execution time metrics for Go SDK.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)