You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/31 21:39:15 UTC

[GitHub] [beam] lukecwik opened a new issue, #22980: [Bug]: PTransform id unavailable for logs produced for portable Apache Beam Java SDK 2.41

lukecwik opened a new issue, #22980:
URL: https://github.com/apache/beam/issues/22980

   ### What happened?
   
   The BeamFnApi.LogEntry transform id has not been populated due to the new ExecutionStateTracker implementation in https://github.com/apache/beam/commit/fbe61507ca
   
   We use to have the per thread ExecutionStateTracker that we can use to correlate log thread id with the tracker state, from the state we can read pTransformId https://github.com/apache/beam/blob/434427e90b55027c5944fa73de68bff4f9a4e8fe/sdks/java/harness/src/main/java/org/apache/beam/fn/harness/logging/BeamFnLoggingClient.java#L232. But the old ExecutionStateSampler is no longer used so we lost that bit of information in logging.
   
   CC: @y1chi 
   
   ### Issue Priority
   
   Priority: 0
   
   ### Issue Component
   
   Component: sdk-java-harness


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lukecwik closed issue #22980: [Bug]: PTransform id unavailable for logs produced for portable Apache Beam Java SDK 2.41

Posted by GitBox <gi...@apache.org>.
lukecwik closed issue #22980: [Bug]: PTransform id unavailable for logs produced for portable Apache Beam Java SDK 2.41
URL: https://github.com/apache/beam/issues/22980


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lukecwik commented on issue #22980: [Bug]: PTransform id unavailable for logs produced for portable Apache Beam Java SDK 2.41

Posted by GitBox <gi...@apache.org>.
lukecwik commented on issue #22980:
URL: https://github.com/apache/beam/issues/22980#issuecomment-1233450782

   CC: @lostluck We would like to get this fix into the 2.42 release.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org