filecoin-project / go-fil-markets

Shared Implementation of Storage and Retrieval Markets for Filecoin Node Implementations
Other
78 stars 59 forks source link

fstmp files not cleaned up if import fails #716

Open RobQuistNL opened 2 years ago

RobQuistNL commented 2 years ago

Looks like https://github.com/filecoin-project/go-fil-markets/blob/v1.20.1/storagemarket/impl/provider.go#L399 doesn't call the fstmp cleanup whenever the deal can't be imported.

Lotus ticket; https://github.com/filecoin-project/lotus/issues/8775

RobQuistNL commented 2 years ago

@LexLuthr