[
https://issues.apache.org/jira/browse/BEAM-13015?focusedWorklogId=746331&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-746331
]
ASF GitHub Bot logged work on BEAM-13015:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Mar/22 03:54
Start Date: 23/Mar/22 03:54
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #16982:
URL: https://github.com/apache/beam/pull/16982#discussion_r832824705
##########
File path:
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/state/BagUserState.java
##########
@@ -141,6 +141,7 @@ public void asyncClose() throws Exception {
// Modify the underlying cached state depending on the mutations performed
if (isCleared) {
+ // Note this takes ownership of newValues. This object is no longer used
after it has been closed.
Review comment:
```suggestion
// Note this takes ownership of newValues. This object is no longer
used after it has been
// closed.
```
--
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: 746331)
Time Spent: 72h 10m (was: 72h)
> Optimize Java SDK harness
> -------------------------
>
> Key: BEAM-13015
> URL: https://issues.apache.org/jira/browse/BEAM-13015
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-harness
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: P2
> Time Spent: 72h 10m
> Remaining Estimate: 0h
>
> Use profiling tools to remove bundle processing overhead in the SDK harness.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)