lostluck commented on issue #23335: URL: https://github.com/apache/beam/issues/23335#issuecomment-1276516910
Not likely the issue the user is facing, but Bundle Finalization seems to be doing a fair amount of work in the control lock critical section that could be moved out. https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/core/runtime/harness/harness.go#L413 and accessing the plans map doesn't appear to be locked here too: https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/core/runtime/harness/harness.go#L505 -- 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]
