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

Remove temp files #440

Merged
merged 1 commit into from
Nov 10, 2020
Merged

Remove temp files #440

merged 1 commit into from
Nov 10, 2020

Conversation

hannahhoward
Copy link
Collaborator

Goals

Analysis of code indicates one possible way for stray temp files to be left hanging around is when commP's do not match. In this case, temporary piece files are generated but not recorded on the deal, and are therefore not cleaned up in the StorageDealFailing state.

Implementation

Save the piecePath and filestorePath when commP does not match so that the files get deleted

Save the piecePath and filestorePath when commP does not match so that the files get deleted
Copy link
Contributor

@ingar ingar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@hannahhoward hannahhoward merged commit e384b80 into master Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants