damccorm opened a new issue, #21268: URL: https://github.com/apache/beam/issues/21268
The OutboundObserverFactory leaks the InboundObserver and makes it ready to start getting requests before the method returns leading to a dangerous state where the passed in InboundObserver could be used before the constructor of the enclosing class is finished. This was found when running the Spark PVR PostCommit: Looks like this went from being a flake to a hard failure: https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/5009/ 18:41:18 Build timed out (after 100 minutes). Marking the build as aborted. Imported from Jira [BEAM-13164](https://issues.apache.org/jira/browse/BEAM-13164). Original Jira may contain additional context. Reported by: apilloud. -- 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]
