Skip to content

DOCSP-15360, DOCSP-15373 foreport fixes postmerge predeploy #5171

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

Merged
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
4 changes: 3 additions & 1 deletion source/administration/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ Use descriptive names for sets. Once configured, use the
:binary:`~bin.mongo` shell to add hosts to the replica set.

.. seealso::

:ref:`Replica set reconfiguration
<replica-set-reconfiguration-usage>`.
<replica-set-reconfiguration-usage>`

To enable authentication for the :term:`replica set` using
:ref:`keyfiles <internal-auth-keyfile>` , add the following
Expand All @@ -256,6 +257,7 @@ specifies a keyfile for the replica set member to use when
authenticating to each other.

.. seealso::

The :ref:`Replica Set Security <replica-set-security>` section for
information on configuring authentication with replica sets.

Expand Down
2 changes: 0 additions & 2 deletions source/appendix/security/appendixB-openssl-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,5 @@ B. Generate the Test PEM File for Server
.. seealso::

- :ref:`appendix-ca-certificate`

- :ref:`appendix-client-certificate`

- :ref:`x509-member-certificate`
3 changes: 1 addition & 2 deletions source/applications/data-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ Data Model Examples and Patterns
:depth: 1
:class: singlecol

.. seealso:: Building with Patterns Blog Series
.. seealso::

For additional patterns and use cases, see also: `Building with
Patterns
<https://www.mongodb.com/blog/post/building-with-patterns-a-summary>`_


.. /tutorial/model-tree-structures.txt is just a composite page that
includes all the tree structure pages for easy overview.

Expand Down
1 change: 0 additions & 1 deletion source/core/aggregation-pipeline-optimization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,5 @@ MongoDB increases the :pipeline:`$limit` amount with the reordering.

.. seealso::


:method:`explain <db.collection.aggregate()>` option in the
:method:`db.collection.aggregate()`
8 changes: 3 additions & 5 deletions source/core/authentication-mechanisms-enterprise.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@ information.

.. seealso::

- :doc:`/core/security-ldap`,

- :doc:`/tutorial/configure-ldap-sasl-openldap` and

- :doc:`/tutorial/configure-ldap-sasl-activedirectory`.
- :doc:`/core/security-ldap`
- :doc:`/tutorial/configure-ldap-sasl-openldap`
- :doc:`/tutorial/configure-ldap-sasl-activedirectory`

.. toctree::
:titlesonly:
Expand Down
4 changes: 2 additions & 2 deletions source/core/index-intersection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ system.

.. seealso::

:doc:`compound indexes </core/index-compound>`,
:ref:`compound-key-indexes`
- :doc:`compound indexes </core/index-compound>`
- :ref:`compound-key-indexes`

.. _index-intersection-sort:

Expand Down
3 changes: 2 additions & 1 deletion source/core/index-sparse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ the ``score`` field:

.. seealso::

:method:`~cursor.explain()` and :doc:`/tutorial/analyze-query-plan`
- :method:`~cursor.explain()`
- :doc:`/tutorial/analyze-query-plan`


Sparse Index with Unique Constraint
Expand Down
3 changes: 2 additions & 1 deletion source/core/index-unique.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ the collection since the index enforces uniqueness for the

.. seealso::

:ref:`unique-separate-documents` and :ref:`unique-index-and-missing-field`
- :ref:`unique-separate-documents`
- :ref:`unique-index-and-missing-field`

Behavior
--------
Expand Down
1 change: 1 addition & 0 deletions source/core/journaling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ kB are buffered.
hard shutdown of :binary:`~bin.mongod`.

.. seealso::

The :dbcommand:`serverStatus` command returns information on the
WiredTiger journal statistics in the :serverstatus:`wiredTiger.log`
field.
Expand Down
2 changes: 1 addition & 1 deletion source/core/query-optimization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Restrictions on Indexed Fields

.. seealso::

:ref:`multikey-covering`
:ref:`multikey-covering`

.. _covered-index-sharded-collection:

Expand Down
4 changes: 1 addition & 3 deletions source/core/read-preference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ For detailed description of the read preference modes, see

.. seealso::

- :ref:`replica-set-read-preference-tag-sets`,

- :ref:`replica-set-read-preference-tag-sets`
- :ref:`replica-set-read-preference-max-staleness`

- :ref:`mongos-hedged-reads`

Behavior
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ Verify that your network configuration allows communication among all
members; i.e. each member must be able to connect to every other member.

.. seealso::
:doc:`/tutorial/deploy-geographically-distributed-replica-set`,
:doc:`/tutorial/deploy-replica-set`,
:doc:`/tutorial/add-replica-set-arbiter`, and
:doc:`/tutorial/expand-replica-set`.

- :doc:`/tutorial/deploy-geographically-distributed-replica-set`
- :doc:`/tutorial/deploy-replica-set`
- :doc:`/tutorial/add-replica-set-arbiter`
- :doc:`/tutorial/expand-replica-set`

4 changes: 2 additions & 2 deletions source/core/replica-set-architectures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ concern to request acknowledgement from specific members.

.. seealso::

:doc:`/data-center-awareness` and
:doc:`/core/workload-isolation`.
- :doc:`/data-center-awareness`
- :doc:`/core/workload-isolation`

Use Journaling to Protect Against Power Failures
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions source/core/replica-set-write-concern.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ instructions on write concern support and syntax. For complete
documentation on write concern, see :ref:`write-concern`.

.. seealso::

:ref:`write-methods-incompatibility`

.. _repl-set-modify-default-write-concern:
Expand Down
6 changes: 3 additions & 3 deletions source/core/schema-validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,6 @@ Additional Information

.. seealso::

:dbcommand:`collMod`, :method:`db.createCollection()`,

:method:`db.getCollectionInfos()`.
- :dbcommand:`collMod`
- :method:`db.createCollection()`
- :method:`db.getCollectionInfos()`
4 changes: 3 additions & 1 deletion source/core/security-mongodb-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ Considerations
.. include:: /includes/fact-bind-to-all-ips.rst

.. seealso::
:ref:`security-firewalls`, :ref:`configuration-security`

- :ref:`security-firewalls`
- :ref:`configuration-security`
2 changes: 1 addition & 1 deletion source/core/sharding-balancer-administration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Window <sharding-schedule-balancing-window>` for details.

.. seealso::

:doc:`/tutorial/manage-sharded-cluster-balancer`.
:doc:`/tutorial/manage-sharded-cluster-balancer`


.. [#auto-distribute]
Expand Down
5 changes: 0 additions & 5 deletions source/core/sharding-data-partitioning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,8 @@ Empty Collection

.. seealso::



:method:`sh.balancerCollectionStatus()`


.. _sharding-chunk-size:

Chunk Size
Expand Down Expand Up @@ -184,8 +181,6 @@ For more information on the sharded cluster :term:`balancer`, see

.. seealso::



:serverstatus:`shardingStatistics.countDonorMoveChunkLockTimeout`

Balancing
Expand Down
2 changes: 0 additions & 2 deletions source/core/transactions-production-consideration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ operation to complete.

.. seealso::



- :ref:`transactions-write-conflicts`

- :ref:`transactions-stale-reads`
Expand Down
2 changes: 1 addition & 1 deletion source/core/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ For a list of operations not supported in transactions, see

.. seealso::

- :doc:`Transactions and Operations Reference </core/transactions-operations>`
:doc:`Transactions and Operations Reference </core/transactions-operations>`

.. _transactions-create-collections-indexes:

Expand Down
3 changes: 2 additions & 1 deletion source/faq/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ the columns in a relational database table.

.. seealso::

:doc:`/reference/sql-comparison`, :doc:`/introduction`
- :doc:`/reference/sql-comparison`
- :doc:`/introduction`

How do I create a database and a collection?
--------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/faq/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ possible for the members of the node to keep up with the replication.

.. seealso::

:doc:`/core/replica-set-elections`
:doc:`/core/replica-set-elections`

Why use journaling if replication already provides data redundancy?
-------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ content: |

.. seealso::

:doc:`/core/backups` and :mms-docs:`MongoDB Cloud Manager Backup documentation </tutorial/nav/backup-use/>`
for more information on backing up MongoDB instances. Additionally,
consider the following reference documentation for the MongoDB import/export
tools:
:doc:`/core/backups` and
:mms-docs:`MongoDB Cloud Manager Backup documentation
</tutorial/nav/backup-use/>` for more information on backing up
MongoDB instances. Additionally, consider the following reference
documentation for the MongoDB Database Tools:

- :binary:`~bin.mongoexport`
- :binary:`~bin.mongoimport`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ content: |

.. seealso::

:pipeline:`$collStats` to return an approximate count based on the collection's metadata.
:pipeline:`$collStats` to return an approximate count based on the
collection's metadata.


...
6 changes: 3 additions & 3 deletions source/includes/extracts-transactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ content: |

.. seealso::

:ref:`transactions-create-collections-indexes`
:ref:`transactions-create-collections-indexes`
---
ref: transactions-insert-implicit-collection-creation
content: |
Expand All @@ -627,7 +627,7 @@ content: |

.. seealso::

:ref:`transactions-create-collections-indexes`
:ref:`transactions-create-collections-indexes`

---
ref: transactions-explicit-ddl
Expand All @@ -643,6 +643,6 @@ content: |

.. seealso::

:ref:`transactions-create-collections-indexes`
:ref:`transactions-create-collections-indexes`

...
3 changes: 2 additions & 1 deletion source/includes/fact-agg-memory-limit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ aggregation pipeline stages to write data to temporary files.

.. seealso::

:ref:`sort-memory-limit` and :ref:`group-memory-limit`.
- :ref:`sort-memory-limit`
- :ref:`group-memory-limit`

10 changes: 5 additions & 5 deletions source/includes/table-transactions-operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

.. seealso::

:ref:`transactions-operations-ddl`
:ref:`transactions-operations-ddl`

* - | :method:`db.collection.insertMany()`
| :method:`db.collection.insertOne()`
Expand All @@ -86,7 +86,7 @@

.. seealso::

:ref:`transactions-operations-ddl`
:ref:`transactions-operations-ddl`

* - :method:`db.collection.save()`
-
Expand All @@ -98,7 +98,7 @@

.. seealso::

:ref:`transactions-operations-ddl`
:ref:`transactions-operations-ddl`

* - | :method:`db.collection.updateOne()`
| :method:`db.collection.updateMany()`
Expand All @@ -115,7 +115,7 @@

.. seealso::

:ref:`transactions-operations-ddl`
:ref:`transactions-operations-ddl`

* - | :method:`db.collection.bulkWrite()`
| Various :doc:`/reference/method/js-bulk`
Expand All @@ -128,4 +128,4 @@

.. seealso::

:ref:`transactions-operations-ddl`
:ref:`transactions-operations-ddl`
2 changes: 0 additions & 2 deletions source/introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ operations (CRUD) </crud>` as well as:
.. seealso::

- :doc:`/reference/sql-comparison`

- :doc:`/reference/sql-aggregation-comparison`

- .. include:: /includes/extracts/mongodb-live-2020-query-language.rst

High Availability
Expand Down
2 changes: 1 addition & 1 deletion source/reference/aggregation-commands-comparison.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ MongoDB aggregation commands.

.. seealso::

- :doc:`/reference/map-reduce-to-aggregation-pipeline`
:doc:`/reference/map-reduce-to-aggregation-pipeline`
4 changes: 3 additions & 1 deletion source/reference/aggregation-variables.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,6 @@ MongoDB offers the following system variables:

.. seealso::

:expression:`$let`, :pipeline:`$redact`, :expression:`$map`
- :expression:`$let`
- :pipeline:`$redact`
- :expression:`$map`
1 change: 1 addition & 0 deletions source/reference/bson-types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ benefits:
roughly equivalent to sorting by creation time.

.. important::

.. include:: /includes/fact-ObjectId-timestamp-order.rst

.. seealso::
Expand Down
2 changes: 0 additions & 2 deletions source/reference/command/clearJumboFlag.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,4 @@ To verify the operation, run :method:`sh.status()` again. The

.. seealso::



:doc:`/tutorial/clear-jumbo-flag`
Loading