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

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

                Author: ASF GitHub Bot
            Created on: 11/Jan/21 18:39
            Start Date: 11/Jan/21 18:39
    Worklog Time Spent: 10m 
      Work Description: boyuanzz commented on a change in pull request #13702:
URL: https://github.com/apache/beam/pull/13702#discussion_r554269624



##########
File path: 
runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/ExecutionStateTracker.java
##########
@@ -44,6 +44,9 @@
   private static final Map<Thread, ExecutionStateTracker> CURRENT_TRACKERS =
       new ConcurrentHashMap<>();
 
+  private static final Map<Long, ExecutionStateTracker> 
CURRENT_TRACKERS_FOR_THREAD_ID =

Review comment:
       The `CURRENT_TRACKERS_FOR_THREAD_ID` seems like the same mapping as the 
`CURRENT_TRACKERS`. Any reason that we cannot refer to `CURRENT_TRACKERS`?




----------------------------------------------------------------
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: 534410)
    Time Spent: 4h 40m  (was: 4.5h)

> Populate transform id field in Java SDK harness logs.
> -----------------------------------------------------
>
>                 Key: BEAM-11474
>                 URL: https://issues.apache.org/jira/browse/BEAM-11474
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-harness
>            Reporter: Yichi Zhang
>            Assignee: Yichi Zhang
>            Priority: P2
>          Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> The Java SDK harness currently doesn't associate transform id with the logs 
> sent to the runner.



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

Reply via email to