Skip to content

WRITING-1594.1: weeding out build errors #2651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/core/distributed-write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ and apply the operations to themselves in an asynchronous process.
.. include:: /images/replica-set-read-write-operations-primary.rst

For more information on replica sets and write operations, see
:doc:`/core/replication-introduction` and
:doc:`/replication` and
:doc:`/reference/write-concern`.
25 changes: 0 additions & 25 deletions source/core/replication-process.txt

This file was deleted.

6 changes: 3 additions & 3 deletions source/faq/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the :doc:`complete list of FAQs </faq>` or post your question to the
What kinds of replication does MongoDB support?
-----------------------------------------------

MongoDB supports :doc:`replica sets </core/replication-introduction>`.
MongoDB supports :doc:`replica sets </replication>`.

.. versionchanged:: 3.0.0

Expand All @@ -36,7 +36,7 @@ What does the term "primary" mean?
----------------------------------

:term:`Primary` is a :doc:`replica set
</core/replication-introduction>` member that can accept writes. Only
</replication>` member that can accept writes. Only
the primary can accept write operations. [#edge-cases-2-primaries]_

.. [#edge-cases-2-primaries]
Expand All @@ -47,7 +47,7 @@ What does the term "secondary" mean?
------------------------------------

:term:`Secondary` nodes are the read-only nodes in :doc:`replica sets
</core/replication-introduction>`.
</replication>`.

How long does replica set failover take?
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/includes/fact-csrs-versionchanged.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Starting in MongoDB 3.2, config servers for sharded clusters can be
deployed as a :doc:`replica set </core/replication-introduction>`.
deployed as a :doc:`replica set </replication>`.
Using a replica set for the config servers improves consistency across
the config servers, since MongoDB can take advantage of the standard
replica set read and write protocols for the config data. In addition,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Starting in MongoDB 3.2, config servers for sharded clusters can be
deployed as a :doc:`replica set </core/replication-introduction>`. The
deployed as a :doc:`replica set </replication>`. The
replica set config servers must run the :doc:`WiredTiger storage engine
</core/wiredtiger>`. MongoDB 3.2 deprecates the use of three mirrored
:program:`mongod` instances for config servers.
2 changes: 1 addition & 1 deletion source/includes/introduction-deploy-replica-set.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ read operations. Replica sets should always have an odd number of
members. This ensures that :doc:`elections
</core/replica-set-elections>` will proceed smoothly. For more about
designing replica sets, see :doc:`the Replication overview
</core/replication-introduction>`.
</replication>`.

The basic procedure is to start the :program:`mongod` instances that
will become members of the replica set, configure the
Expand Down
6 changes: 3 additions & 3 deletions source/introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ operations </crud>` as well as:
High Availability
~~~~~~~~~~~~~~~~~

MongoDB's replication facility, called :ref:`replica set
<replication-introduction>`, provides:
MongoDB's replication facility, called :doc:`replica set
</replication>`, provides:

- *automatic* failover and

- data redundancy.

A :ref:`replica set <replication-introduction>` is a group of
A :doc:`replica set </replication>` is a group of
MongoDB servers that maintain the same data set, providing redundancy
and increasing data availability.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Glossary
For a single :program:`mongod` server, a write operation is
considered durable when it has been written to the server's
:term:`journal` file. For a :doc:`replica set
</core/replication-introduction>`, a write operation is
</replication>`, a write operation is
considerable durable once the write operation is durable on a
:writeconcern:`majority of voting nodes <"majority">` in the
replica set; i.e. written to a majority of voting nodes' journal
Expand Down
2 changes: 1 addition & 1 deletion source/reference/write-concern.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Write Concern

Write concern describes the level of acknowledgement requested from
MongoDB for write operations to a standalone :program:`mongod` or to
:doc:`replica sets </core/replication-introduction>` or to
:doc:`replica sets </replication>` or to
:doc:`sharded clusters </core/sharding-introduction>`. In
sharded clusters, :program:`mongos` instances will pass the write
concern on to the shards.
Expand Down
4 changes: 2 additions & 2 deletions source/release-notes/2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ behavior.
Replica Set Members will not Sync from Members Without Indexes Unless ``buildIndexes: false``
`````````````````````````````````````````````````````````````````````````````````````````````

.. the following has been copied to source/core/replication-internals.txt
.. the following has been copied to source/replication-internals.txt

To prevent inconsistency between members of replica sets, if the
member of a replica set has
Expand All @@ -681,7 +681,7 @@ unless they also have
New Option To Configure Index Pre-Fetching during Replication
`````````````````````````````````````````````````````````````

.. the following has been copied to source/core/replication-internals.txt
.. the following has been copied to source/replication-internals.txt

By default, when replicating options, :term:`secondaries <secondary>`
will pre-fetch :ref:`indexes` associated with a query to improve replication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Migrate Config Servers with Different Hostnames

.. versionchanged:: 3.2
Starting in MongoDB 3.2, config servers can be deployed as
:doc:`replica set </core/replication-introduction>`.
:doc:`replica set </replication>`.
MongoDB 3.2 deprecates the use of three mirrored :program:`mongod`
instances for config servers.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Migrate Config Servers with the Same Hostname
mirrored :program:`mongod` instances as config servers.

Starting in MongoDB 3.2, config servers can be deployed as :doc:`replica
set </core/replication-introduction>`. MongoDB 3.2
set </replication>`. MongoDB 3.2
deprecates the use of three mirrored :program:`mongod` instances for
config servers.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To ensure a clean shut down, use one of the following methods:
* On Linux, the :option:`mongod --shutdown` option.

.. seealso:: The :doc:`/administration` documents, including
:ref:`Replica Set Syncing <replica-set-syncing>`, and the
:doc:`Replica Set Syncing </core/replica-set-sync>`, and the
documentation on the :option:`--repair <mongod --repair>`
:setting:`~storage.repairPath` and
:setting:`storage.journal.enabled` settings.
Expand All @@ -59,7 +59,8 @@ When you are aware of a :program:`mongod` instance running without
journaling that stops unexpectedly **and** you're not running with
replication, you should always run the repair operation before
starting MongoDB again. If you're using replication, then restore from
a backup and allow replication to perform an initial :ref:`sync <replica-set-syncing>` to restore data.
a backup and allow replication to perform an initial
:doc:`Replica Set Syncing </core/replica-set-sync>` to restore data.

If the ``mongod.lock`` file in the data directory specified by
:setting:`~storage.dbPath`, ``/data/db`` by default, is *not* a zero-byte file,
Expand Down
6 changes: 3 additions & 3 deletions source/tutorial/resync-replica-set-member.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Automatically Sync a Member
.. warning:: During initial sync, :program:`mongod` will remove the
content of the :setting:`~storage.dbPath`.

This procedure relies on MongoDB's regular process for :ref:`initial
sync <replica-set-initial-sync>`. This will store the current data on
This procedure relies on MongoDB's regular process for
:doc:`Replica Set Syncing </core/replica-set-sync>`. This will store the current data on
the member. For an overview of MongoDB initial sync process, see the
:ref:`replica-set-syncing` section.
:doc:`Replica Set Syncing </core/replica-set-sync>` section.

If the instance has no data, you can simply follow the
:doc:`/tutorial/expand-replica-set` or
Expand Down