diff options
| author | Aviral Goel <goel.aviral@gmail.com> | 2016-12-19 14:23:50 -0500 |
|---|---|---|
| committer | Aviral Goel <goel.aviral@gmail.com> | 2016-12-19 14:23:50 -0500 |
| commit | 2a9048a1f87a2fcff1d9fcdd035108cec4b44a14 (patch) | |
| tree | 1096d75385990af991aa3b81fd45ab72130caf68 /chapter/6 | |
| parent | 4265d72a46759e930436bf0c6349982ecf0adabd (diff) | |
Added lattice diagram for the state based pn counter
Diffstat (limited to 'chapter/6')
| -rw-r--r-- | chapter/6/counters.md | 5 | ||||
| -rw-r--r-- | chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct-lattice.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..2bbcf6b --- /dev/null +++ b/chapter/6/resources/images/counters/state-based-increment-and-decrement-counter-correct-lattice.png |
