-
Notifications
You must be signed in to change notification settings - Fork 19
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
Ability to prime BoundedCycleCounter with a different starting position #55
Labels
enhancement
New feature or request
Comments
pkolaczk
added a commit
that referenced
this issue
Aug 3, 2024
pkolaczk
added a commit
that referenced
this issue
Aug 3, 2024
vponomaryov
pushed a commit
to scylladb/latte
that referenced
this issue
Oct 25, 2024
Fixes pkolaczk#55 (cherry picked from commit 7e1dae9)
vponomaryov
pushed a commit
to scylladb/latte
that referenced
this issue
Oct 28, 2024
Fixes pkolaczk#55 (cherry picked from commit 7e1dae9)
vponomaryov
pushed a commit
to scylladb/latte
that referenced
this issue
Oct 28, 2024
Fixes pkolaczk#55 (cherry picked from commit 7e1dae9)
vponomaryov
pushed a commit
to scylladb/latte
that referenced
this issue
Oct 28, 2024
Fixes pkolaczk#55 (cherry picked from commit 7e1dae9)
vponomaryov
pushed a commit
to scylladb/latte
that referenced
this issue
Oct 28, 2024
Fixes pkolaczk#55 (cherry picked from commit 7e1dae9)
vponomaryov
pushed a commit
to scylladb/latte
that referenced
this issue
Oct 29, 2024
Fixes pkolaczk#55 (cherry picked from commit 7e1dae9)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when we want to split some load across multiple loader machine (i.e. machine that generate traffic in our tests)
we have lots of cases we need to split the ranges each machine is working on
for example if we want to write big amount of data (few terabytes), doing so with multiple machine that would run through the same exact case with the same counter, would cause excessive rewrite, and slow the whole thing down.
I would be nice if we can have a way to pass to latte something like:
The text was updated successfully, but these errors were encountered: