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

When a retrieval hangs forever, we need to lotus client cancel-retrieval before retry #156

Closed
ghost opened this issue May 26, 2021 · 1 comment · Fixed by #207
Closed
Assignees
Labels
P1 P1 Issue workstream/general Issues that are not tied to any specific use case.
Milestone

Comments

@ghost
Copy link

ghost commented May 26, 2021

This issue is a breakout of the comment here.

The basic problem is that some retrievals will hang forever, and we need the dealbot both to timeout and then actually cancel the deal (API equivalent of lotus client cancel-retrieve --deal-id 1600000000000000000) before it retries. Otherwise, all subsequent retries will fail because the original retrieval is still running as far as lotus is concerned.

@ghost ghost added workstream/general Issues that are not tied to any specific use case. P1/general labels May 26, 2021
@ghost ghost added P1 P1 Issue and removed P1/general labels Jun 3, 2021
@ghost ghost added this to the P1 Issues Completed milestone Jun 3, 2021
@willscott
Copy link
Collaborator

this is blocked on dealid not being exposed by lotus.
Needs filecoin-project/lotus#6415 resolved to be able to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 P1 Issue workstream/general Issues that are not tied to any specific use case.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants