From c93015ca0448378d9a46619d44526e220df3496a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 8 Jan 2013 21:50:11 -0500 Subject: [PATCH 1/2] minor typo --- source/core/replication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/replication.txt b/source/core/replication.txt index 2012dc524a4..9c90557c2d7 100644 --- a/source/core/replication.txt +++ b/source/core/replication.txt @@ -246,7 +246,7 @@ that might create rollbacks. In these situations you will need to manually intervene to either save data manually, or resync from a "current" member of the set by - deleting the content of the existing:setting:`dbpath` directory to + deleting the content of the existing :setting:`dbpath` directory to resume normal operation. For more information on failover, see: From 7dd7c5997a4015b2dc8e85f58daf0509a321cc5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Wed, 9 Jan 2013 00:16:30 -0500 Subject: [PATCH 2/2] minor typo: redundant term --- source/core/replication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/replication.txt b/source/core/replication.txt index 9c90557c2d7..3915ce79dd3 100644 --- a/source/core/replication.txt +++ b/source/core/replication.txt @@ -245,7 +245,7 @@ that might create rollbacks. [replica set sync] replSet syncThread: 13410 replSet too much data to roll back In these situations you will need to manually intervene to either - save data manually, or resync from a "current" member of the set by + save data, or resync from a "current" member of the set by deleting the content of the existing :setting:`dbpath` directory to resume normal operation.