Skip to content

Commit 60ba4d5

Browse files
author
Bob Grabar
committed
DOCS-249 removed edit to Rep Set Admin doc
1 parent d2af78d commit 60ba4d5

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

draft/core/write-operations.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,11 @@ For more information on replica sets and write operations, see
241241
:ref:`replica-set-write-concern`, :ref:`replica-set-oplog-sizing`,
242242
:ref:`replica-set-oplog`,
243243
:ref:`replica-set-procedure-change-oplog-size`, and
244-
:ref:`replica-set-resync-stale-member`.
244+
245+
.. todo add this :ref:`replica-set-resync-stale-member` WHEN
246+
the "Resyncing a Member of a Replica Set" topic is added to
247+
source/administration/replica-sets.txt.
248+
(See pull request "DOCS-449 resync stale replica set member")
245249

246250
.. _write-operations-sharded-clustsers:
247251

source/administration/replica-sets.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -558,18 +558,6 @@ the oplog. For a detailed procedure, see
558558

559559
.. include:: /includes/procedure-change-oplog-size.rst
560560

561-
.. _replica-set-resync-stale-member:
562-
563-
Resyncing a Member of a Replica Set
564-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
565-
566-
When a member's data falls too far behind the :term:`oplog` to catch up,
567-
the member and it's data are considered "stale". A member's data is too
568-
far behind when the oplog on the :term:`primary` has overwritten its
569-
entries before the member has copied them. When that occurs, you must
570-
resync the member by removing its data and replacing it with up-to-date
571-
data.
572-
573561
.. _replica-set-security:
574562

575563
Replica Set Security

0 commit comments

Comments
 (0)