aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-05-12 12:04:55 -0600
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:44 -0600
commita8b2fbed17007ffb39a7363d4b9a1912e94216b8 (patch)
treeea552a6012b0379a46452ced45d945e239390e60
parentec200916c8f96abaeae0de27ac5c7632e61ed5e9 (diff)
downloadblog.kennyballou.com-a8b2fbed17007ffb39a7363d4b9a1912e94216b8.tar.gz
blog.kennyballou.com-a8b2fbed17007ffb39a7363d4b9a1912e94216b8.tar.xz
Add new link for paxos
* add `updated` tag
-rw-r--r--content/blog/distributed_systems.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/blog/distributed_systems.markdown b/content/blog/distributed_systems.markdown
index 7122083..27705ea 100644
--- a/content/blog/distributed_systems.markdown
+++ b/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