-
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
Terminal freezes - (lotus-miner actor withdraw) Receipt hang. #7445
Comments
I'm seeing the same on rc2:
Nothing in the miner or daemon log. Version:
|
This happens also for
|
must have been implemented after 1.11.1-rc2, just tested it there, both client and daemon. returns normally |
Same here...
|
But funds are withdrawn correctly, so it just forgot to return when done. Normal transfers: |
Thanks for the issue! The default confidence this command waits for is 5 epochs, which is 2.5 minutes (plus however long it takes to land on chain). Are you folks noticing it hang for longer than that? Also note:
|
This exited with |
upgraded to 1.13.0-rc2, ran into issue with the lotus-miner actor withdraw. It took about 4-5 minutes to error out:
Even it said ERROR but actually the fund still got withdraw successfully. |
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
Receipt hang
Terminal freezes/hangs if you enter:
lotus-miner actor withdraw <amount>
It will still show:
Requested rewards withdrawal in message bafy.......
and the reward will be transferred.
After that it just hangs/freezes, you need to either kill the terminal or wait ( ~10min) and it will give you a ERROR: EOF.
Logging Information
Repo Steps
lotus-miner actor withdraw 1
........
The text was updated successfully, but these errors were encountered: