Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

l2 cache backups survive clean up #33

Open
j-haacker opened this issue Sep 9, 2024 · 0 comments
Open

l2 cache backups survive clean up #33

j-haacker opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@j-haacker
Copy link
Owner

Describe the bug
Sometimes l2 cahche files survive after the function ends. However, to protect from inconsistent data if there is an existing backup an error is raised (it is assumed another process works on the same data). This is inconvenient and should be fixed.

To Reproduce
I don't exactly know. I believe this occurs if the function ends because of external kill signals (like the job's computation time expires in a scheduling system).

Expected behavior
If the function ends regularly, the backup should be removed. If it is killed, the backup might need to be employed - if this succeeds, it should be removed afterward.

@j-haacker j-haacker added the bug Something isn't working label Sep 9, 2024
@j-haacker j-haacker self-assigned this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant