Skip to content

Commit 7c1972d

Browse files
author
Sam Kleinman
committed
DOCS-120 build fixes
1 parent 50f2a68 commit 7c1972d

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

source/administration/operational-segregation.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Location and Operational Segregation in MongoDB Operations and Deployments
33
==========================================================================
44

5-
.. rename this file /administration/operational-segregation.txt
6-
75
.. default-domain:: mongodb
86

97
Operational Overview
@@ -33,7 +31,7 @@ Specifically, with MongoDB, you can:
3331
- ensure that specific members of a replica set respond to queries.
3432

3533
- ensure that specific ranges of your :term:`shard key` balance onto and
36-
reside on specific :term:`shards`.
34+
reside on specific :term:`shard`.
3735

3836
- combine the above features in a single distributed deployment, on a
3937
per-operation (for read and write operations) and collection (for
@@ -65,19 +63,21 @@ documentation in the MongoDB Manual:
6563
Before adding operational segregation features to your application
6664
and MongoDB deployment, become familiar with all documentation of
6765
:doc:`replication </replication>` and :doc:`sharding </sharding>`,
68-
particularly :doc:`/core/replication` and :doc:`/core/sharding`.
66+
particularly :doc:`/core/replication` and :doc:`/core/sharded-clusters`.
67+
68+
.. TODO uncomment this section when we can write content for it:
6969

70-
Examples of Operational Segregation
71-
-----------------------------------
70+
Examples of Operational Segregation
71+
-----------------------------------
7272

73-
Increase Data Locality in Geographically Distributed Cluster
74-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73+
Increase Data Locality in Geographically Distributed Cluster
74+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7575

76-
Functional Segregation for Reporting and Backups
77-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76+
Functional Segregation for Reporting and Backups
77+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7878

79-
Increase Read Locality for Distributed Applications
80-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79+
Increase Read Locality for Distributed Applications
80+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8181

82-
Ensure Geographical Redundancy for Write Operations
83-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82+
Ensure Geographical Redundancy for Write Operations
83+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/administration/tag-aware-sharding.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ shard.
5656
- :term:`Shard key` values between ``100`` and ``200`` have tags to
5757
direct corresponding chunks on shards tagged ``NYC``.
5858

59-
- Shard Key values between ``200`` and
60-
``300`` have tags to direct corresponding chunks on shards tagged ``SFO``.
59+
- Shard Key values between ``200`` and ``300`` have tags to direct
60+
corresponding chunks on shards tagged ``SFO``.
6161

6262
In this cluster, the balancer will migrate a chunk with shard key
6363
values ranging between ``150`` and ``220`` to a shard tagged

source/reference/replica-configuration.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ replica set as follows in the :program:`mongo` shell:
562562
:data:`~local.system.replset.settings.getLastErrorModes` valuie to
563563
require two different values of both ``dc.va`` and ``dc.gto``:
564564

565-
.. code-block::
565+
.. code-block:: javascript
566566

567567
conf.settings = { getLastErrorModes: { MultipleDC : { "dc.va": 2, "dc.gto": 2}}
568568

@@ -662,4 +662,3 @@ to at least one instance with an SSD.
662662
.. [#read-and-write-tags] Since read preferences and write concerns
663663
use the value of fields in tag sets differently, for larger
664664
deployments will have some redundancy.
665-
.

0 commit comments

Comments
 (0)