6 ms·
For anyone wondering if there is a set of Hazelcast like data structures and primitives that actually have safe, strong consistency (based on Raft consensus), c
by jodah 9y ago
For anyone wondering if there is a set of Hazelcast like data structures and primitives that actually have safe, strong consistency (based on Raft consensus), check out Atomix:
http://atomix.io/atomix/ http://atomix.io/atomix/
- dyu- 9y ago> that actually have safe, strong consistency Based on what data? Even hazelcast had that same claim before they got exposed? I've only seen 2 systems that did rigorous in-house fault-tolerant testing (foundationdb and cockroachdb) and later when "jepsen-verified", they actually backed their claim or had few modifications to uphold their claim.
- jodah 9y agoAtomix has a Jepsen test suite[1], which while not perfect, has helped fix the bugs that existed in the Raft implementation. 1: https://github.com/atomix/atomix-jepsen https://github.com/atomix/atomix-jepsen