-
Notifications
You must be signed in to change notification settings - Fork 71
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
Monitor sectors unsealed state #1191
Conversation
a31b4e2
to
d8adb7f
Compare
aa882e6
to
615d6d8
Compare
err := m.checkForUpdates(ctx) | ||
if err != nil { | ||
usmlog.Errorf("error checking for unsealed state updates: %s", err) | ||
} |
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.
I think it would be good to wrap this with a timer, so that we build intuition on how long this process takes depending on how many sectors/deals there are in the database.
9b1cb77
to
a3fdec2
Compare
409cd4a
to
eab042b
Compare
* feat: redeclare storage when unsealed state is checked This is currently needed as lotus doesnt automatically update when the fs changes * chore: fix linting * feat: make unsealedstatemanager configurable *Update default duration to 12hours from 1hour *Allow users to disabl redeclaration of storage chore: make gen * refactor: move storage list to 1hour interval
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.
With #1377 merged in this is good to go, yay index consistency!
Fixes #1002, #1199
TODO: