aboutsummaryrefslogtreecommitdiff
path: root/chapter/6/counters.md
diff options
context:
space:
mode:
authorAviral Goel <goel.aviral@gmail.com>2016-12-19 14:23:50 -0500
committerAviral Goel <goel.aviral@gmail.com>2016-12-19 14:23:50 -0500
commit2a9048a1f87a2fcff1d9fcdd035108cec4b44a14 (patch)
tree1096d75385990af991aa3b81fd45ab72130caf68 /chapter/6/counters.md
parent4265d72a46759e930436bf0c6349982ecf0adabd (diff)
Added lattice diagram for the state based pn counter
Diffstat (limited to 'chapter/6/counters.md')
-rw-r--r--chapter/6/counters.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter/6/counters.md b/chapter/6/counters.md
index a2709af..95b6c5d 100644
--- a/chapter/6/counters.md
+++ b/chapter/6/counters.md
@@ -299,8 +299,11 @@ The figure below shows an execution trace of three replicas confirming to this s
<img src="{{ site.baseurl }}/chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct.png" alt="State based increment and decrement counter (correct)"/>
</figure>
-This design converges to the correct value. This provides us an eventually consistent state based increment and decrement counter.
+This design converges to the correct value. This provides us an eventually consistent state based increment and decrement counter. You can take a look at the lattice to convince yourself.
+<figure class="fullwidth">
+ <img src="{{ site.baseurl }}/chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct-lattice.png" alt="State based increment and decrement counter(correct) lattice"/>
+</figure>
## 3. References