Stale reads in etcd
This example demonstrates how you can get a stale read from etcd using serializable. A simpler version of this test with a walkthrough can be found in getting started guide.
Useful resources:
If you’re interested in seeing more examples, you can click on one of the cards and it will take you to the source code.
Stale reads in etcd
This example demonstrates how you can get a stale read from etcd using serializable. A simpler version of this test with a walkthrough can be found in getting started guide.
Useful resources:
Redis lost writes after isolation
This example demonstrates how a Redis/Sentinel cluster can drop acknowledged writes after isolation.
This test is based on awesome article by Jepsen that claims up to 56% of lost writes. However, during tests, it was only possible to reproduce around 30% of lost writes.