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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
