-
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
storagefsm: Fix batch deal packing behavior #6041
Conversation
I hope to test this later with 1.7.0-rc1 |
Updated and running deals now
1st things I noticed:
|
More updates: I think this is exactly the behavior we are looking for. (Although sector 1079 is superfluous at this point and I expect to remain in WaitDeals status until it both gets deals and the SealDelay timer expires.
|
We need to make sure that smaller sized deals won't end up on a million of new sectors and waiting for to be sealed when the MaxWaitDealsSectors is set to a non-1 number |
Context from @jennijuju : Magik is pretty sure there's a bug in this that we need to 🕵️♀️ |
7f2030d
to
b4cc48c
Compare
3632def
to
9475079
Compare
The thing with empty wait-deals sectors happened in CI -> https://app.circleci.com/pipelines/github/filecoin-project/lotus/14510/workflows/7a9b07d5-6535-40fd-bdf1-61938cc92f89/jobs/152549/tests#failed-test-0 |
49ffbca
to
6709132
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGWM
More testing is required on this PR and we wont be backporting it for v1.10.0, but it should be merged for v1.11.0 |
Many miners have been running this for more than two weeks and this fixed issue for them. It is now crucial for miners that are actively making deals, especially to have sectors created properly. Therefore, we should backport it to v1.10.0. |
Backport #6041 - storagefsm: Fix batch deal packing behavior
Fixes #6013
Fixes #5077
Fixes #6010