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

Feat memstore artificial latency #114

Merged
merged 9 commits into from
Sep 6, 2024
Merged

Conversation

samlaf
Copy link
Collaborator

@samlaf samlaf commented Sep 6, 2024

Closes #86

We want to test our op-batcher parallel blob submission with memstore backend. To test it, we need blob to actually take some time to disperse, so added option to add artificial latency to put/get requests.

@samlaf samlaf requested a review from epociask September 6, 2024 01:19
server/config.go Show resolved Hide resolved
server/flags.go Outdated Show resolved Hide resolved
server/load_store.go Outdated Show resolved Hide resolved
store/memory_test.go Outdated Show resolved Hide resolved
store/memory_test.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@epociask epociask left a comment

Choose a reason for hiding this comment

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

LGTM

@samlaf samlaf merged commit 1258e26 into main Sep 6, 2024
7 checks passed
@samlaf samlaf deleted the feat-memstore-artificial-latency branch September 6, 2024 19:22
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.

Support configurable delay for memstore to replicate dispersal submission latencies
2 participants