-
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
1.11.3-rc1: Deal problem caused mine crashed and not able to get restarted #7345
Closed
11 of 18 tasks
Labels
kind/bug
Kind: Bug
Comments
miner log: |
journal log: |
please note: I ran miner using systemd service so the logs are in two difference place. |
WillTechMusing
changed the title
Deal problem caused mine crashed and not able to restarted
1.11.3-rc1: Deal problem caused mine crashed and not able to restarted
Sep 17, 2021
WillTechMusing
changed the title
1.11.3-rc1: Deal problem caused mine crashed and not able to restarted
1.11.3-rc1: Deal problem caused mine crashed and not able to get restarted
Sep 17, 2021
I researched some more about this sector 8964. Here is what I have found:
The problem is, how to delete this deal or sector since the miner won't start? |
with the PR #7346 and fixes, I was able to start the miner successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
miner crashed after running hours. when tried to restarted, it crashed after printing the following errors. At this point, the miner is not able to start so missing all window post deadlines already.
from the miner log:
2021-09-17T04:12:41.988-0700 WARN sectors storage-sealing/states_failed.go:345 getting deal 2427710 for piece 0: deal 2427710 not found - deal may not have completed sealing before deal proposal start epoch, or deal may have been slashed
this is from journalctl:
Looks like it's related to a deal 2427710 not sealing properly.
$ grep -ai 2427710 /media/lotus/logs/miner.log
I couldn't see any file like s-t08399-8964 in the storage folder. So I tried to create a fake file in unsealed and sealed folder but it didn't help. The miner still crashed, not able to start.
Logging Information
Repo Steps
...
The text was updated successfully, but these errors were encountered: