-
Notifications
You must be signed in to change notification settings - Fork 0
Bump Jepsen version to 0.2.3 #30
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
Comments
ligurio
added a commit
that referenced
this issue
May 25, 2021
Works for a single instance. TODO: - fix setup on primaries - fix Primary protocol 1. https://github.com/jepsen-io/jepsen/releases/tag/0.2.3 2. https://github.com/jepsen-io/jepsen/releases/tag/0.2.2 3. https://github.com/jepsen-io/jepsen/releases/tag/0.2.1 4. https://github.com/jepsen-io/jepsen/releases/tag/0.2.0 Closes #30
ligurio
added a commit
that referenced
this issue
May 25, 2021
Works for a single instance. TODO: - fix setup on primaries - fix Primary protocol 1. https://github.com/jepsen-io/jepsen/releases/tag/0.2.3 2. https://github.com/jepsen-io/jepsen/releases/tag/0.2.2 3. https://github.com/jepsen-io/jepsen/releases/tag/0.2.1 4. https://github.com/jepsen-io/jepsen/releases/tag/0.2.0 Closes #30
I would also note the following bugfix from 0.2.4:
|
ligurio
added a commit
that referenced
this issue
Nov 23, 2021
Works for a single instance. TODO: - fix setup on primaries - fix Primary protocol 1. https://github.com/jepsen-io/jepsen/releases/tag/0.2.3 2. https://github.com/jepsen-io/jepsen/releases/tag/0.2.2 3. https://github.com/jepsen-io/jepsen/releases/tag/0.2.1 4. https://github.com/jepsen-io/jepsen/releases/tag/0.2.0 Closes #30
ligurio
added a commit
that referenced
this issue
Nov 24, 2021
Works for a single instance. TODO: - fix setup on primaries - fix Primary protocol 1. https://github.com/jepsen-io/jepsen/releases/tag/0.2.3 2. https://github.com/jepsen-io/jepsen/releases/tag/0.2.2 3. https://github.com/jepsen-io/jepsen/releases/tag/0.2.1 4. https://github.com/jepsen-io/jepsen/releases/tag/0.2.0 Closes #30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/jepsen-io/jepsen/releases/tag/0.2.1
Useful changes for Tarantool tests:
nemesis.membership
: an experimental namespace which supports writing membership-changing nemeses and generators. Users provide an implementation of the nemesis.membership.state/State protocol: a mostly-pure structure which defines how to observe the state of the cluster on a specific node, merging those node views, generating operations, applying those operations to the cluster, and (since clusters often resolve membership changes asynchronously) deciding when those operations have been completed. Given this object, the membership system handles spawning threads to observe the cluster state, evolves the given state machine towards a fixed state over time, and provides a stateful nemesis and generator that work together to perform membership changes. The resulting package can be combined with other faults through nemesis.combined.The text was updated successfully, but these errors were encountered: