summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-05-12 12:04:55 -0600
committerkballou <kballou@devnulllabs.io>2015-05-12 12:04:55 -0600
commitc55aff3be79aeeb64c6b829e2afa3942f4614dbe (patch)
tree15a837eac6bc6acf0d0150cb2fdc992e925b148f
parent8c7c1c719ab9aee3194e3d8ec82ec48ac2731b39 (diff)
downloadkennyballou.com-c55aff3be79aeeb64c6b829e2afa3942f4614dbe.tar.gz
kennyballou.com-c55aff3be79aeeb64c6b829e2afa3942f4614dbe.tar.xz
Add new link for paxos
* add `updated` tag
-rw-r--r--blag/content/blog/distributed_systems.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/blag/content/blog/distributed_systems.markdown b/blag/content/blog/distributed_systems.markdown
index 7122083..27705ea 100644
--- a/blag/content/blog/distributed_systems.markdown
+++ b/blag/content/blog/distributed_systems.markdown
@@ -6,6 +6,7 @@ tags:
- "Distributed Systems"
- "Readings"
date: "2015-05-08"
+updated: "2015-05-12"
categories:
- "Distributed Systems"
slug: "readings-in-distributed-systems"
@@ -54,6 +55,8 @@ throw all that out and figure out what *really* happens to distributed systems.
- [Understanding Paxos (Part 1)][13]
+ - [Lessons learned from implementing Paxos (2013)][34]
+
* [Vector Clock][14]
* [Split-Brain][15]
@@ -181,3 +184,5 @@ More links from the [Jepsen essays][19]:
[32]: http://ferd.ca/it-s-about-the-guarantees.html
[33]: http://ferd.ca/lessons-learned-while-working-on-large-scale-server-software.html
+
+[34]: http://blog.willportnoy.com/2012/06/lessons-learned-from-paxos.html