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

Implement independent keys in a register workload #39

Closed
ligurio opened this issue Oct 7, 2020 · 0 comments · Fixed by #40
Closed

Implement independent keys in a register workload #39

ligurio opened this issue Oct 7, 2020 · 0 comments · Fixed by #40
Assignees

Comments

@ligurio
Copy link
Member

ligurio commented Oct 7, 2020

Since operations on independent keys linearize independently, we can lift our single-key test into one which operates on multiple keys. The jepsen.independent namespace provides support.

ligurio added a commit that referenced this issue Oct 7, 2020
Independent keys requires option --concurrency with minimal value 10.
`max-timeout` has been increased to be able to run 100 concurrent threads.

Closes #39
@ligurio ligurio self-assigned this Oct 7, 2020
ligurio added a commit that referenced this issue Oct 7, 2020
Independent keys requires option --concurrency with minimal value 10.
`max-timeout` has been increased to be able to run 100 concurrent threads.

Closes #39
ligurio added a commit that referenced this issue Oct 7, 2020
Since operations on independent keys linearize independently,
we can lift our single-key register test into one which operates
on multiple keys.

NOTE:

- Test with independent keys requires option `--concurrency`
with a minimal value equal to 10.
- To have more time to start workload threads `max-timeout`
has been increased.

Closes #39
ligurio added a commit that referenced this issue Oct 7, 2020
Since operations on independent keys linearize independently,
we can lift our single-key register test into one which operates
on multiple keys.

NOTE:

- Test with independent keys requires option `--concurrency`
with a minimal value equal to 10.
- To have more time to start workload threads `max-timeout`
has been increased.

Closes #39
ligurio added a commit that referenced this issue Oct 14, 2020
Independent keys requires option --concurrency with minimal value 10.
`max-timeout` has been increased to be able to run 100 concurrent threads.

Closes #39
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 a pull request may close this issue.

1 participant