-
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
Sector that had unsealedInfoMap problem now stuck in RecoverDealIDs #3446
Comments
fixed by #3401 |
@jennijuju Thanks for taking a look! But this issue wasn't fixed by #3401. This is the state I got into after #3401. Specifically:
|
Ah sorry - will reopen the issue. |
Hi @damonhung Thanks for the report. The fix seems to be merged, and I have not seen any reports of it recently. Closing ticket. If you are still experiencing this issue or have this problem in the current release - please open a new ticket, and reference this issue. |
Continuing the thread starting with:
sector not in unsealedInfoMap.infos
(https://filecoinproject.slack.com/archives/C0179RNEMU4/p1598730762404500)Looks like v0.5.7 didn't get me completely healthy. I ran
sectors seal
on both of mynot in unsealedInfoMap
sectors. One sector went through packing and then proceeded toRemoved
but the other got stuck inRecoverDealIDs
. But it's not actually recovering deal IDs. It's endlessly retrying:which produces:
for each deal in that sector. That makes sense, but then it doesn't get any further. Running
sectors remove
has no effect.I yolo'ed it with
update-state ... Removing
, which understandably freaked out the FSM (ERROR: normal shutdown of state machine
) but seemingly resolved upon restarting the miner.Here is the sector log:
Here is the sector log of the other
not in unsealedInfoMap
sector, which went through Packing and then to Removed:Lotus miner logs
I lost some logs due to a typo, but here is what I have:
Lotus miner diagnostic info
allinfo.txt
Version
lotus version 0.5.7+git.49d64f7f
The text was updated successfully, but these errors were encountered: