-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Verified Deals not transferring & unable to cancel in data-transfers #5185
Comments
Thanks for the bug report. I believe this will be fixed by filecoin-project/go-data-transfer#127
What happens when you try to remove them? Do you get an error message? I'm wondering if this is related to an existing issue about a confusing error message: #5146 |
Upon restarting miner at one point, storage deals did go to error state. Deals are however still in data transfer list. One cancelled no issue now, others gave error, but I think with restart will also clear. Will try tomorrow, if possible. |
Ok sounds good - whenever you see an error message please include it in any new issue / comment as it helps us track down what the problem is |
2020-12-15T09:41:56.936-0500 WARN dt-impl impl/impl.go:263 unable to close channel: %!w(datatransfer.errorType=channel not found) 2020-12-15T09:42:01.936-0500 WARN dt-impl impl/events.go:236 channel 12D3KooWA9KBMzTVBaYjo8jV6BBTaagy9hbiF85PuaGqtiMLWaNJ-12D3KooWQGPq3PGYwecDrdb8Xv8N8KXqsVs4VP7EXBh671nttjpT-3641 has stalled or disconnected 2020-12-15T09:42:01.936-0500 WARN dt-impl impl/impl.go:270 Unable to send cancel message: context canceled 2020-12-15T09:42:01.936-0500 ERROR storagemarket_impl dtutils/dtutils.go:66 processing dt event: %!w(*xerrors.errorString=&{normal shutdown of state machine {[7548558 19095176 5755594]}}) 2020-12-15T09:42:01.937-0500 WARN rpc go-jsonrpc@v0.1.2/handler.go:279error in RPC call to 'Filecoin.MarketCancelDataTransfer': Unable to send cancel message: context canceled 2020-12-15T09:42:01.938-0500 ERROR storagemarket_impl dtutils/dtutils.go:66 processing dt event: %!w(*xerrors.errorString=&{normal shutdown of state machine {[7548558 19095176 5755594]}}) this was in miner log after running a data-transfer cancel ERROR: Unable to send cancel message: context canceled this was displayed in terminal issuing command |
In this instance the data transfer is now no longer in list |
2020-12-15T09:46:03.140-0500 WARN dt-impl impl/impl.go:263 unable to close channel: %!w(datatransfer.errorType=channel not found) 2020-12-15T09:46:03.140-0500 WARN rpc go-jsonrpc@v0.1.2/handler.go:279error in RPC call to 'Filecoin.MarketCancelDataTransfer': unable to send cancel to channel FSM: %!w(<nil>): github.com/filecoin-project/go-data-transfer/impl.(*manager).CloseDataTransferChannel /home/chris/go/pkg/mod/github.com/filecoin-project/go-data-transfer@v1.2.2/impl/impl.go:278 miner logs ERROR: unable to send cancel to channel FSM: %!w(<nil>) terminal display In this instance transfer remains in list. Rerunning command returns same error. Will try again after a miner restart |
Ok sounds like an instance of #5146 Thanks for the bug report. I'm going to close this so that we can track the issue in one place. |
I was sent five verified deals all got stuck in transferring. I am also unable to remove them from data-transfers using cancel.
miner id f015927 over 24 hours
Storage Deals List
Data Transfers List
The text was updated successfully, but these errors were encountered: