Skip to content
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

Enable local bucket store #13

Merged
merged 9 commits into from
Nov 13, 2023
Merged

Enable local bucket store #13

merged 9 commits into from
Nov 13, 2023

Conversation

mooselumph
Copy link
Contributor

Why are these changes needed?

Adds an option for disperser to use local bucket store, as well as application locking for ratelimiting.

Checks

  • I've made sure the lint is passing in this PR.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, in that case, please comment that they are not relevant.
  • Testing Strategy
    • Unit tests
    • Integration tests
    • This PR is not tested :(

disperser/cmd/disperserserver/flags/flags.go Outdated Show resolved Hide resolved
node/grpc/server.go Outdated Show resolved Hide resolved
disperser/apiserver/server.go Show resolved Hide resolved
@@ -68,10 +68,17 @@ var (
}
BucketTableName = cli.StringFlag{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is set, it may break rate limiter, right?
Should we comment it out for now to make sure that this isn't accidentally set?

@mooselumph mooselumph merged commit 0adbe17 into Layr-Labs:master Nov 13, 2023
4 checks passed
@mooselumph mooselumph deleted the enable-local-bucket-store branch November 14, 2023 00:00
teddyknox pushed a commit that referenced this pull request Nov 16, 2023
Co-authored-by: Marcelo Mariano <[email protected]>
hopeyen pushed a commit that referenced this pull request Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants