[
https://issues.apache.org/jira/browse/BEAM-11760?focusedWorklogId=548969&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-548969
]
ASF GitHub Bot logged work on BEAM-11760:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Feb/21 04:22
Start Date: 06/Feb/21 04:22
Worklog Time Spent: 10m
Work Description: codecov[bot] commented on pull request #13909:
URL: https://github.com/apache/beam/pull/13909#issuecomment-774396205
# [Codecov](https://codecov.io/gh/apache/beam/pull/13909?src=pr&el=h1) Report
> Merging
[#13909](https://codecov.io/gh/apache/beam/pull/13909?src=pr&el=desc) (3bb529c)
into
[master](https://codecov.io/gh/apache/beam/commit/52d0bd9d50e4df0a818f3c8f61301c7f685aa24b?el=desc)
(52d0bd9) will **increase** coverage by `0.00%`.
> The diff coverage is `100.00%`.
[](https://codecov.io/gh/apache/beam/pull/13909?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #13909 +/- ##
=======================================
Coverage 82.85% 82.85%
=======================================
Files 466 466
Lines 57596 57596
=======================================
+ Hits 47719 47720 +1
+ Misses 9877 9876 -1
```
| [Impacted
Files](https://codecov.io/gh/apache/beam/pull/13909?src=pr&el=tree) | Coverage
Δ | |
|---|---|---|
|
[sdks/python/apache\_beam/dataframe/schemas.py](https://codecov.io/gh/apache/beam/pull/13909/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vZGF0YWZyYW1lL3NjaGVtYXMucHk=)
| `95.31% <100.00%> (ø)` | |
|
[...eam/runners/interactive/interactive\_environment.py](https://codecov.io/gh/apache/beam/pull/13909/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9pbnRlcmFjdGl2ZV9lbnZpcm9ubWVudC5weQ==)
| `89.92% <100.00%> (ø)` | |
|
[sdks/python/apache\_beam/utils/interactive\_utils.py](https://codecov.io/gh/apache/beam/pull/13909/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdXRpbHMvaW50ZXJhY3RpdmVfdXRpbHMucHk=)
| `88.09% <0.00%> (-2.39%)` | :arrow_down: |
|
[sdks/python/apache\_beam/io/localfilesystem.py](https://codecov.io/gh/apache/beam/pull/13909/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vbG9jYWxmaWxlc3lzdGVtLnB5)
| `91.66% <0.00%> (-0.76%)` | :arrow_down: |
|
[...ks/python/apache\_beam/runners/worker/sdk\_worker.py](https://codecov.io/gh/apache/beam/pull/13909/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvc2RrX3dvcmtlci5weQ==)
| `89.54% <0.00%> (-0.16%)` | :arrow_down: |
|
[setup.py](https://codecov.io/gh/apache/beam/pull/13909/diff?src=pr&el=tree#diff-c2V0dXAucHk=)
| `0.00% <0.00%> (ø)` | |
|
[sdks/python/apache\_beam/dataframe/frames.py](https://codecov.io/gh/apache/beam/pull/13909/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vZGF0YWZyYW1lL2ZyYW1lcy5weQ==)
| `90.94% <0.00%> (+0.41%)` | :arrow_up: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/beam/pull/13909?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/beam/pull/13909?src=pr&el=footer). Last
update
[b74fcf7...3bb529c](https://codecov.io/gh/apache/beam/pull/13909?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
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: 548969)
Time Spent: 0.5h (was: 20m)
> 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
> Priority: P2
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)