generate window post skipped sectors #7942
-
Checklist
Lotus component
Lotus Version
Describe the Buggenerate window post skipped sectors $ lotus-miner proving faults
Miner: t011471
deadline partition sectors
0 0 569
0 0 612
0 0 617
0 0 780
0 0 812
$ lotus-miner proving check --only-bad 0
deadline partition sector status Logging Information
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @anshengme Thanks for the report. The issue you are experiencing lies elsewhere. Moving this issue to Lotus Discussions for help and troubleshooting. Closing Lotus issue ticket. |
Beta Was this translation helpful? Give feedback.
-
I am checking with the team what makes windowPost skip a sector. My current findings are that reason to skip would be if we failed to acquire the sealed sector and cache or either one of them. The aquiresector returns an error when allocate is set, and existing isn't, and the sector exists. I will update this thread when I have more information. |
Beta Was this translation helpful? Give feedback.
-
I am archiving this discussion as there has been no new input from the author for more than 7 days. |
Beta Was this translation helpful? Give feedback.
I am checking with the team what makes windowPost skip a sector.
My current findings are that reason to skip would be if we failed to acquire the sealed sector and cache or either one of them. The aquiresector returns an error when allocate is set, and existing isn't, and the sector exists.
lotus/extern/sector-storage/ffiwrapper/verifier_cgo.go
Line 91 in 207d33e
I will update this thread when I have more information.