[
https://issues.apache.org/jira/browse/BEAM-13164?focusedWorklogId=675424&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-675424
]
ASF GitHub Bot logged work on BEAM-13164:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Nov/21 00:49
Start Date: 04/Nov/21 00:49
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #15888:
URL: https://github.com/apache/beam/pull/15888#issuecomment-960248247
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 675424)
Time Spent: 3h 40m (was: 3.5h)
> Race between member variable being accessed due to leaking uninitialized
> state via OutboundObserverFactory
> ----------------------------------------------------------------------------------------------------------
>
> Key: BEAM-13164
> URL: https://issues.apache.org/jira/browse/BEAM-13164
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Reporter: Andrew Pilloud
> Assignee: Luke Cwik
> Priority: P1
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)