[
https://issues.apache.org/jira/browse/BEAM-9490?focusedWorklogId=403190&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-403190
]
ASF GitHub Bot logged work on BEAM-9490:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Mar/20 21:33
Start Date: 13/Mar/20 21:33
Worklog Time Spent: 10m
Work Description: tweise commented on issue #11108: [BEAM-9490] Guard
referencing for environment expiration via a lock
URL: https://github.com/apache/beam/pull/11108#issuecomment-598921032
Run Python2_PVR_Flink PreCommit
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 403190)
Time Spent: 1h 20m (was: 1h 10m)
> Environment may be cleaned up prematurely when using environment expiration
> ---------------------------------------------------------------------------
>
> Key: BEAM-9490
> URL: https://issues.apache.org/jira/browse/BEAM-9490
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> When environment expiration is configured, environments are removed from a
> cache map after some amount of time. This cache map may be accessed by
> multiple ExecutableStage transforms in parallel. During environment
> expiration there is a small time window which allows for an environment to
> still being used while another transform removes, dereferences, and closes
> the environment. This is not expected behavior.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)