We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the user cancels a transfer, it should also cancel the deal, even if the network connection is down.
In practice this does not appear to work. This deal was stuck in StorageDealTransferring:
StorageDealTransferring
$ lotus client list-transfers --show-failed| grep b5u 1516 Failed ...ZGZVb4n8 ...hxjqfjqe Y 3.317GiB ...powhddwso2egkkuxariixvqvtpqbgtvb5u"}} $ lotus client cancel-transfer 1516 ERROR: unable to send cancel to channel FSM: %!w(<nil>) $ lotus client list-transfers --show-failed| grep b5u 1516 Failed ...ZGZVb4n8 ...hxjqfjqe Y 3.317GiB ...powhddwso2egkkuxariixvqvtpqbgtvb5u"}} $ lotus client list-deals | grep b5u ...qbgtvb5u 0 f022352 StorageDealClientTransferRestart N N ...wto77qaa 7.938 GiB 0.0004172624 FIL 521578 false
The text was updated successfully, but these errors were encountered:
Fixed by #5032
Sorry, something went wrong.
No branches or pull requests
When the user cancels a transfer, it should also cancel the deal, even if the network connection is down.
In practice this does not appear to work. This deal was stuck in
StorageDealTransferring
:The text was updated successfully, but these errors were encountered: