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/06/04 22:30:52 UTC

[GitHub] [beam] damccorm opened a new issue, #21268: Race between member variable being accessed due to leaking uninitialized state via OutboundObserverFactory

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

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


[GitHub] [beam] kennknowles commented on issue #21268: Race between member variable being accessed due to leaking uninitialized state via OutboundObserverFactory

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

   This is green now. It looks like the work in #15888 got it healthy enough. (before the Jira to GitHub Issues migration)


-- 
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] kennknowles closed issue #21268: Race between member variable being accessed due to leaking uninitialized state via OutboundObserverFactory

Posted by GitBox <gi...@apache.org>.
kennknowles closed issue #21268: Race between member variable being accessed due to leaking uninitialized state via OutboundObserverFactory
URL: https://github.com/apache/beam/issues/21268


-- 
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