com presentations: Replica set is two words: slides/mongodb/repl-features.xml slides/mongodb/repl-features2.xml slides/mongodb/repl-oplog.xml slides/mongodb/repl-set1.xml slides/mongodb/repl-set2.xml slides/mongodb/repl-set3.xml slides/mongodb/repl-set4.xml slides/mongodb/repl-set5.xml slides/mongodb/repl-works-failover.xml
[email protected] (Derick Rethans)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: d753e744f62107b0668a94484d62c9d1ee2c8fe9 Author: Jeremy Mikola <[email protected]> Sun, 17 May 2015 16:05:01 -0500 Parents: 2ecb53447c2662882c60817c996c64d64ba0792f Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=d753e744f62107b0668a94484d62c9d1ee2c8fe9 Log: Replica set is two words Changed paths: M slides/mongodb/repl-features.xml M slides/mongodb/repl-features2.xml M slides/mongodb/repl-oplog.xml M slides/mongodb/repl-set1.xml M slides/mongodb/repl-set2.xml M slides/mongodb/repl-set3.xml M slides/mongodb/repl-set4.xml M slides/mongodb/repl-set5.xml M slides/mongodb/repl-works-failover.xml Diff: diff --git a/slides/mongodb/repl-features.xml b/slides/mongodb/repl-features.xml index e8563ef..bf33841 100644 --- a/slides/mongodb/repl-features.xml +++ b/slides/mongodb/repl-features.xml @@ -1,5 +1,5 @@ <slide> -<title>MongoDB Replicaset features</title> +<title>MongoDB Replica Set Features</title> <list> <bullet>A cluster of N servers</bullet> diff --git a/slides/mongodb/repl-features2.xml b/slides/mongodb/repl-features2.xml index df850f9..e27faa4 100644 --- a/slides/mongodb/repl-features2.xml +++ b/slides/mongodb/repl-features2.xml @@ -1,5 +1,5 @@ <slide> -<title>Replicaset wrap-up</title> +<title>Replica Set Wrap-up</title> <list> <bullet>Reads from Primary are always consistent</bullet> diff --git a/slides/mongodb/repl-oplog.xml b/slides/mongodb/repl-oplog.xml index 7e7c0c9..8b7a7cf 100644 --- a/slides/mongodb/repl-oplog.xml +++ b/slides/mongodb/repl-oplog.xml @@ -11,6 +11,6 @@ </list></bullet> </list></bullet> <bullet>Secondaries query the primary's oplog and apply what they find</bullet> - <bullet>All replicas contain an oplog</bullet> + <bullet>All replica set members contain an oplog</bullet> </list> </slide> diff --git a/slides/mongodb/repl-set1.xml b/slides/mongodb/repl-set1.xml index fcce65b..4fd92ab 100644 --- a/slides/mongodb/repl-set1.xml +++ b/slides/mongodb/repl-set1.xml @@ -1,5 +1,5 @@ <slide> -<title>Replicaset (single dc)</title> +<title>Replica Set (single dc)</title> <image filename="repl-set2.png"/> diff --git a/slides/mongodb/repl-set2.xml b/slides/mongodb/repl-set2.xml index 750fe49..42e1dbe 100644 --- a/slides/mongodb/repl-set2.xml +++ b/slides/mongodb/repl-set2.xml @@ -1,5 +1,5 @@ <slide> -<title>Replicaset (multiple zones, with arbiter)</title> +<title>Replica Set (multiple zones, with arbiter)</title> <image filename="repl-set3.png"/> diff --git a/slides/mongodb/repl-set3.xml b/slides/mongodb/repl-set3.xml index 2d83302..6ac5b2a 100644 --- a/slides/mongodb/repl-set3.xml +++ b/slides/mongodb/repl-set3.xml @@ -1,5 +1,5 @@ <slide> -<title>Replicaset (multiple zones)</title> +<title>Replica Set (multiple zones)</title> <image filename="repl-set4.png"/> diff --git a/slides/mongodb/repl-set4.xml b/slides/mongodb/repl-set4.xml index b13fbdb..99f09e8 100644 --- a/slides/mongodb/repl-set4.xml +++ b/slides/mongodb/repl-set4.xml @@ -1,5 +1,5 @@ <slide> -<title>Replicaset 4</title> +<title>Replica Set 4</title> <image filename="repl-set5.png"/> diff --git a/slides/mongodb/repl-set5.xml b/slides/mongodb/repl-set5.xml index 1d45032..6c31cb4 100644 --- a/slides/mongodb/repl-set5.xml +++ b/slides/mongodb/repl-set5.xml @@ -1,5 +1,5 @@ <slide> -<title>Replicaset (fully redundant)</title> +<title>Replica Set (fully redundant)</title> <image filename="repl-set6.png"/> diff --git a/slides/mongodb/repl-works-failover.xml b/slides/mongodb/repl-works-failover.xml index d6b5781..b190605 100644 --- a/slides/mongodb/repl-works-failover.xml +++ b/slides/mongodb/repl-works-failover.xml @@ -16,7 +16,7 @@ <list> <bullet>New PRIMARY elected</bullet> - <bullet>Replicaset re-established</bullet> + <bullet>Replica set re-established</bullet> </list> </div> @@ -32,7 +32,7 @@ <image filename="repl-set-recovered.png"/> <list> - <bullet>Replicaset re-established</bullet> + <bullet>Replica set re-established</bullet> </list> </div> </slide>