aboutsummaryrefslogtreecommitdiff
path: root/chapter/6
diff options
context:
space:
mode:
Diffstat (limited to 'chapter/6')
-rw-r--r--chapter/6/counters.md5
-rw-r--r--chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct-lattice.pngbin0 -> 1346630 bytes
2 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
diff --git a/chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct-lattice.png b/chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct-lattice.png
new file mode 100644
index 0000000..2bbcf6b
--- /dev/null
+++ b/chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct-lattice.png
Binary files differ