-
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
[BUG] sectors extend --v1-sectors bugs #6027
Comments
lotus-miner sectors extend --v1-sectors |
jennijuju
changed the title
[BUG] ExtendSectorExpiration message ended up in Status: ErrForbidden, but burned 2 FIL
[BUG] sectors extend --v1-sectors bugs
Apr 13, 2021
@flyworker What is your miner ID? |
f02387 |
jennijuju
added
P1
P1: Must be resolved
P2
P2: Should be resolved
and removed
hint/needs-triaging
P1
P1: Must be resolved
labels
Apr 13, 2021
#6033, this helpful |
Closed
I think this issue about extending-bugs with V1-sectors has been fixed, and can be closed now? #rengjøring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit (@jennijuju)
List of edge cases to handle in
lotus/cmd/lotus-storage-miner/sectors.go
Line 428 in 50b4ea3
lotus-miner sectors extend --v1-sectors` exec with error below ERROR: mpool push message: GasEstimateMessageGas error: estimating gas used: message execution failed: exit 16, reason: invalid expiration 1801153, total sector lifetime (1556194) cannot exceed 1555200 after activation 244959 (RetCode=16)
Describe the bug
I was trying to run the command to extend my v1 sectors, as the network v11 was rolled out. I did the command:
This did not get on chain when executed. 7h later, I restarted lotus-daemon and I also pushed some messages stuck in local mpool. It seems I now got the message on chain:
https://filfox.info/en/message/bafy2bzaceawk4q2q52gr5ewouszkzl5plhp5lxkax6kk3axi4wkskqs24ricg
Two problems:
1. One sector expired in the meantime, before the message landed on chain, causing the whole batch message to be rejected.
Status: ErrForbidden
Error Message: cannot extend expiration for expired sector 1131, expired at 665992, now 666145 (RetCode=18)
2. Some kind of overestimation happened on this batch deal, causing it to burn 2 FIL!
Version (run
lotus version
):Dirty because of GPU2...
The text was updated successfully, but these errors were encountered: