Nodes A, B, C, and D fully in the cluster
Local state before (1): {:pairs {:a :b, :b :c, :c :d, :d :a}}
A, B, C, and D play the log
B dies, A sends leave-cluster
(1)
A encounters (1)
{:pairs {:a :b, :b :c, :c :d, :d :a}}
{:pairs {:a :c, :c :d, :d :a}}
C and D encounter (1)
{:pairs {:a :b, :b :c, :c :d, :d :a}}
{:pairs {:a :c, :c :d, :d :a}}
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close