Dmytro Kozhevin created BEAM-11760:
--------------------------------------
Summary: InteractiveEnvironment cleans up cache twice
Key: BEAM-11760
URL: https://issues.apache.org/jira/browse/BEAM-11760
Project: Beam
Issue Type: Bug
Components: runner-py-interactive
Reporter: Dmytro Kozhevin
Assignee: Dmytro Kozhevin
Currently interactive_environment.cleanup() tries to cleanup the same cache
twice: inside cleanup() itself and during cleaning up the recording manager. On
some filesystems the file deletion process may happen asynchronously, which
results in the error when trying to delete file and then almost immediately
access it again.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)