From 68bd3b85cbac493288f2df095b9aa41ad1b952ec Mon Sep 17 00:00:00 2001 From: Freenerd Date: Tue, 7 Jan 2014 11:00:24 +0100 Subject: [PATCH] Fixing yahoo paper links --- input/4_replication.md | 4 ++-- input/6_appendix.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/input/4_replication.md b/input/4_replication.md index a0cc55c..2021a2a 100644 --- a/input/4_replication.md +++ b/input/4_replication.md @@ -349,5 +349,5 @@ In this chapter, we took a look at replication methods that enforce strong consi - [In Search of an Understandable Consensus Algorithm](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf), Diego Ongaro, John Ousterhout, 2013 - [Raft Lecture - User Study](http://www.youtube.com/watch?v=YbZ3zDzDnrw) -- [A simple totally ordered broadcast protocol](http://research.yahoo.com/pub/3274) - Junqueira, Reed -- [ZooKeeper Atomic Broadcast](http://research.yahoo.com/pub/3514) +- [A simple totally ordered broadcast protocol](http://labs.yahoo.com/publication/a-simple-totally-ordered-broadcast-protocol/) - Junqueira, Reed, 2008 +- [ZooKeeper Atomic Broadcast](http://labs.yahoo.com/publication/zab-high-performance-broadcast-for-primary-backup-systems/) - Reed, 2011 diff --git a/input/6_appendix.md b/input/6_appendix.md index 1c6e9e2..7bc419b 100644 --- a/input/6_appendix.md +++ b/input/6_appendix.md @@ -59,4 +59,4 @@ Here are some additional lists of recommended papers: - [Dynamo: Amazon’s Highly Available Key-value Store](http://scholar.google.com/scholar?q=Dynamo%3A+Amazon's+Highly+Available+Key-value+Store) - DeCandia et al. - [Bigtable: A Distributed Storage System for Structured Data](http://research.google.com/archive/bigtable.html) - Chang et al. - [The Chubby Lock Service for Loosely-Coupled Distributed Systems](http://research.google.com/archive/chubby.html) - Burrows -- [ZooKeeper: Wait-free coordination for Internet-scale systems](http://research.yahoo.com/pub/3280) +- [ZooKeeper: Wait-free coordination for Internet-scale systems](http://labs.yahoo.com/publication/zookeeper-wait-free-coordination-for-internet-scale-systems/) - Hunt, Konar, Junqueira, Reed, 2010