-
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
Retrieval deal fails with "deal data transfer failed: incomplete response" - miner side view #5530
Comments
we are doing some retrieval testing today. |
i can firm the "incomplete response" behavior after unsealing for hours |
Here is another retrieval deal that failed today - sector 305 deal ID 1369755 - 2 GB deal |
Thanks for the bug reports. Right now we're concentrating on getting batch publish deals out but we'll be looking into retrieval deal issues next. |
The fix for this should be coming in the next release: #5417 |
Note that there is also work being done to improve unseal performance: filecoin-project/rust-fil-proofs#1402 |
Fast retrieval failure today (on miner side - not sure who client is)
|
Thanks @stuberman Surfacing that in the previous comment the error on the miner side is
I need to investigate but I believe graphsync emits this error when it's unable to find a block. |
@dirkmc I do get graphsync errors on a regular basis - below are recent graphsync events.
pool: pool
errors: No known data errors |
Possible root cause: filecoin-project/go-fil-markets#528 @stuberman were you seeing this issue when you have unseal price > 0? |
I was seeing this when my retrieval price was above 0, I have recently set the price to 0 so the retrieval deals will not fail. I have not seen the error "incomplete response" since. |
Ok thanks, that's very helpful. I'm going to close this as a dup of #5829 |
@stuberman That was one of my retrieval testing deals ... so I should have some logs on the client side. |
Describe the bug
When a client requests retrieval of a sealed deal, miner ignored unsealed sector, unseals sealed sector and miner see error "deal data transfer failed: incomplete response". This occurs for different clients. Each deal is 32GiB and miner works fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
See attached file for various logs and displays
Version (run
lotus version
):lotus-miner version 1.4.1+mainnet+git.ba571794d (and earlier versions)
Additional context
Have seen this on worker and miner. There are no other tasks running (no sealing right now) and plenty of available disk space >
Unseal.txt
1 TiB NVMe in each sealing repo.
The text was updated successfully, but these errors were encountered: