-
Notifications
You must be signed in to change notification settings - Fork 194
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
[finalizer] Go through all confirmed blobs #217
Merged
ian-shim
merged 1 commit into
Layr-Labs:master
from
ian-shim:finalizer-process-all-metadata
Feb 9, 2024
Merged
[finalizer] Go through all confirmed blobs #217
ian-shim
merged 1 commit into
Layr-Labs:master
from
ian-shim:finalizer-process-all-metadata
Feb 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dmanc
reviewed
Jan 28, 2024
ian-shim
force-pushed
the
finalizer-process-all-metadata
branch
2 times, most recently
from
January 28, 2024 08:58
4b70171
to
62b576b
Compare
siddimore
reviewed
Jan 28, 2024
siddimore
reviewed
Jan 28, 2024
siddimore
reviewed
Jan 28, 2024
ian-shim
force-pushed
the
finalizer-process-all-metadata
branch
2 times, most recently
from
January 29, 2024 19:02
c2c127d
to
042b611
Compare
siddimore
approved these changes
Jan 31, 2024
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.
LGTM
dmanc
approved these changes
Jan 31, 2024
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.
jianoaix
reviewed
Feb 1, 2024
ian-shim
force-pushed
the
finalizer-process-all-metadata
branch
from
February 1, 2024 05:38
042b611
to
65c10c9
Compare
jianoaix
approved these changes
Feb 1, 2024
ian-shim
force-pushed
the
finalizer-process-all-metadata
branch
from
February 2, 2024 01:44
65c10c9
to
3c04348
Compare
ian-shim
force-pushed
the
finalizer-process-all-metadata
branch
from
February 8, 2024 23:58
3c04348
to
ccddab2
Compare
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
Previously, finalizer was only fetching 1MB worth of confirmed blob metadata to mark them as finalized.
It needs to go through all confirmed blob metadata to consider whether to mark them as finalized.
This PR also adds metrics for finalizer.
Checks