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

[BUG] Retrieval fails with ClientEventUnknownResponseReceived #6321

Closed
ghost opened this issue May 24, 2021 · 2 comments
Closed

[BUG] Retrieval fails with ClientEventUnknownResponseReceived #6321

ghost opened this issue May 24, 2021 · 2 comments
Labels
area/markets Area: Markets kind/bug Kind: Bug

Comments

@ghost
Copy link

ghost commented May 24, 2021

Describe the bug
Trying to do a retrieval of a particular miner,CID pair and seeing it fail with ClientEventUnknownResponseReceived.

$ lotus client retrieve --miner f023870 bafykbzacecqe643ksdept3qnkzh4hrtgwbvl5insg2paqy7zskuroduvt6l3k /dev/null
2457938 /mnt/hdd/ubuntu-home/lotus-daemon.log
> Recv: 0 B, Paid 0 FIL, ClientEventOpen (DealStatusNew)
> Recv: 0 B, Paid 0 FIL, ClientEventDealProposed (DealStatusWaitForAcceptance)
> Recv: 1.049 KiB, Paid 0 FIL, ClientEventBlocksReceived (DealStatusWaitForAcceptance)
> Recv: 53.06 KiB, Paid 0 FIL, ClientEventBlocksReceived (DealStatusWaitForAcceptance)
> Recv: 1.052 MiB, Paid 0 FIL, ClientEventBlocksReceived (DealStatusWaitForAcceptance)
> Recv: 1.052 MiB, Paid 0 FIL, ClientEventDealAccepted (DealStatusAccepted)
> Recv: 1.052 MiB, Paid 0 FIL, ClientEventPaymentChannelAddingFunds (DealStatusPaymentChannelAddingInitialFunds)
> Recv: 1.052 MiB, Paid 0 FIL, ClientEventPaymentChannelReady (DealStatusPaymentChannelAllocatingLane)
> Recv: 1.052 MiB, Paid 0 FIL, ClientEventLaneAllocated (DealStatusOngoing)
> Recv: 1.052 MiB, Paid 0 FIL, ClientEventPaymentRequested (DealStatusFundsNeeded)
> Recv: 1.052 MiB, Paid 0 FIL, ClientEventSendFunds (DealStatusSendFunds)
> Recv: 1.052 MiB, Paid 0.000000000002097152 FIL, ClientEventPaymentSent (DealStatusOngoing)
> Recv: 1.052 MiB, Paid 0.000000000002097152 FIL, ClientEventPaymentRequested (DealStatusFundsNeeded)
> Recv: 1.052 MiB, Paid 0.000000000002097152 FIL, ClientEventUnknownResponseReceived (DealStatusFailing)
> Recv: 1.052 MiB, Paid 0.000000000002097152 FIL, ClientEventCancelComplete (DealStatusErrored)
> Recv: 0 B, Paid 0 FIL, ClientEventOpen (DealStatusNew)
ERROR: retrieval failed: Retrieve: Retrieval Error: Unexpected deal response status: DealStatusErrored

Version (run lotus version):
Tip of master from Friday (commit 0f83515a4).

$ lotus version
Daemon:  1.11.0-dev+mainnet+git.0f83515a4.dirty+api1.3.0
Local: lotus version 1.11.0-dev+mainnet+git.0f83515a4.dirty

To Reproduce
Just run the command lotus client retrieve --miner f023870 bafykbzacecqe643ksdept3qnkzh4hrtgwbvl5insg2paqy7zskuroduvt6l3k /dev/null 2457938 /mnt/hdd/ubuntu-home/lotus-daemon.log

Expected behavior
Expecting a successful retrieval of that CID.

Logs
lotus-daemon-log-bafykbzacecqe643ksdept3qnkzh4hrtgwbvl5insg2paqy7zskuroduvt6l3k.log

Other
The way it reverts to DealStatusNew is reminiscent of #6297, but that doesn't seem to be the underlying problem in either case.

@ghost ghost added hint/needs-triaging kind/bug Kind: Bug labels May 24, 2021
@dkkapur dkkapur added this to the 🤝 Deal Success milestone May 24, 2021
@ghost
Copy link
Author

ghost commented May 24, 2021

I'm noticing that ClientEventUnknownResponseReceived occurs in both this issue and in #6297. So, this may be a dup of #6297.

@TippyFlitsUK
Copy link
Contributor

Thanks for the report. The issue is outdated.

If this is a issue in the current release - please open a new ticket.

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/markets Area: Markets kind/bug Kind: Bug
Projects
None yet
Development

No branches or pull requests

3 participants