Skip to content

Commit db5b0e2

Browse files
committed
DOCSP-15407 address build errors NextGen part 2
1 parent bd25d85 commit db5b0e2

18 files changed

+46
-55
lines changed

source/core/gridfs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ chunks, as demonstrated in the following example:
281281

282282
db.fs.chunks.find( { files_id: myFileID } ).sort( { n: 1 } )
283283

284-
:driver:`Drivers </>` that conform to the `GridFS
285-
specification`_ will automatically ensure that this index exists before
286-
read and write operations. See the relevant driver documentation for the
287-
specific behavior of your GridFS application.
284+
:driver:`Drivers </>` that conform to the :spec:`GridFS specification
285+
</gridfs/gridfs-spec.rst>` will automatically ensure that this index
286+
exists before read and write operations. See the relevant driver
287+
documentation for the specific behavior of your GridFS application.
288288

289289
If this index does not exist, you can issue the following operation to
290290
create it using the :binary:`~bin.mongo` shell:

source/includes/changelogs/releases/4.4.5.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Sharding
1010
- :issue:`SERVER-53827` range_deleter_server_status.js should use assert.soon to check the number of range deletion tasks
1111
- :issue:`SERVER-54014` Define a reasonable maxTimeMsOverride for the checkOID requests
1212
- :issue:`SERVER-54585` Unable to run findAndModify against the Config server collections
13-
- :issue:`SERVER-54701` shardCollection might succesfully write to the config server but end up with missing indexes on the primary Shard
13+
- :issue:`SERVER-54701` shardCollection might successfully write to the config server but end up with missing indexes on the primary Shard
1414

1515
Replication
1616
~~~~~~~~~~~
@@ -132,7 +132,7 @@ Internals
132132
- :issue:`WT-6673` RTS fix inconsistent checkpoint by removing updates outside of the checkpoint snapshot
133133
- :issue:`WT-6709` Remove timestamp queues that used to store read/durable timestamps
134134
- :issue:`WT-6714` Update API documentation for WT exposed APIs
135-
- :issue:`WT-6715` Document the behaviour of logged/non-logged tables in WT
135+
- :issue:`WT-6715` Document the behavior of logged/non-logged tables in WT
136136
- :issue:`WT-6819` Allowing sweeping handles with active history
137137
- :issue:`WT-6850` Create and add config parsing for the workload generator class
138138
- :issue:`WT-6851` Add a thread management library to the cpp test framework

source/includes/extracts-server-status-projection-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ content: |
126126
:serverstatus:`opcountersRepl` metrics as 64-bit integers (i.e.
127127
NumberLong) instead of 32-bit integers (i.e. NumberInt).
128128
129-
- Includes :serverstatus:`trafficRecording` metrics in its output.
129+
- Includes ``trafficRecording`` metrics in its output.
130130
131131
- Added new document count (``countDocs``) metrics in
132132
:serverstatus:`shardingStatistics`.

source/reference/built-in-roles.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Cluster Administration Roles
524524
<<database>.system.namespaces>` collections.
525525

526526

527-
* - | :data:`system.replset <<database>.system.replset>`,
527+
* - | :data:`system.replset <local.system.replset>`,
528528
| :data:`system.profile <<database>.system.profile>`,
529529

530530
- :authaction:`find`
@@ -764,9 +764,10 @@ All-Database Roles
764764
- :authaction:`listDatabases`
765765

766766
The role also provides the following privilege actions on the
767-
:data:`system.users` and :data:`system.roles`
768-
collections on the ``admin`` database, and on legacy
769-
``system.users`` collections from versions of MongoDB prior to 2.6:
767+
:data:`system.users <admin.system.users>` and
768+
:data:`system.roles <admin.system.roles>` collections on the
769+
``admin`` database, and on legacy ``system.users`` collections from
770+
versions of MongoDB prior to 2.6:
770771

771772
- :authaction:`collStats`
772773
- :authaction:`dbHash`

source/reference/command/buildInfo.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ buildInfo
4848
"bits" : <num>,
4949
"debug" : <boolean>,
5050
"maxBsonObjectSize" : <num>,
51+
"storageEngines" : [ "<string>", "<string>", "<...>" ],
5152
"ok" : <num>
5253
}
5354

@@ -74,7 +75,7 @@ These fields are stable and should provide consistent behavior.
7475
:binary:`~bin.mongod` instance. See :data:`~buildInfo.version` for a
7576
more readable version of this string.
7677

77-
.. data:: document buildInfo.version
78+
.. data:: buildInfo.version
7879

7980
A string that conveys version information about the
8081
:binary:`~bin.mongod` instance. If you need to present version information to
@@ -83,7 +84,7 @@ These fields are stable and should provide consistent behavior.
8384
This string will take the format ``<major>.<minor>.<patch>`` in the case of
8485
a release, but development builds may contain additional information.
8586

86-
.. data:: document buildInfo.storageEngines
87+
.. data:: buildInfo.storageEngines
8788

8889
.. versionadded:: 3.2
8990

source/reference/command/collMod.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ Definition
4343
For the ``<collection or view>``, specify the name of a collection
4444
or view in the current database.
4545

46-
Use the :data:`~collStats.userFlags` field in the
47-
:method:`db.collection.stats()` output to check the options enabled
48-
for a collection.
49-
50-
.. Commenting out the following after DOCS-717, it does take
51-
a lock but its to cover a very small metadata change.
52-
53-
This command obtains a write lock on the affected database
54-
and will block other operations until it has completed.
55-
5646
Options
5747
-------
5848

source/reference/command/planCacheListFilters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ the following form:
140140

141141
The array of indexes for this :term:`query shape`. To choose the
142142
optimal query plan, the query optimizer evaluates only the listed
143-
:data:`~planCacheListFilters.hints.indexes` *and* the collection
143+
:data:`~planCacheListFilters.filters.indexes` *and* the collection
144144
scan.
145145

146146
.. data:: planCacheListFilters.ok

source/reference/command/replSetResizeOplog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ Change the Minimum Oplog Retention Period
281281

282282
#. *Optional*. Use the :method:`db.serverStatus()` command to verify
283283
the current minimum oplog retention value as
284-
:serverstatus:`oplogTruncation.oplogMinRetentionHours`:
284+
:serverstatus:`oplogTruncation.minRetentionHours`:
285285

286286
.. code-block:: javascript
287287

288-
db.getSiblingDB("admin").serverStatus().oplogTruncation.oplogMinRetentionHours
288+
db.getSiblingDB("admin").serverStatus().oplogTruncation.minRetentionHours
289289

290290
The command returns the currently configured minimum oplog retention
291291
period for the :binary:`~bin.mongod`. For example:

source/reference/configuration-options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,9 +2946,9 @@ Key Management Configuration Options
29462946

29472947
.. note::
29482948

2949-
Windows MongoDB deployments can use :setting:`~security.ldap.bindWithOSDefaults`
2949+
Windows MongoDB deployments can use :setting:`~security.ldap.bind.useOSDefaults`
29502950
instead of :setting:`~security.ldap.bind.queryUser` and :setting:`~security.ldap.bind.queryPassword`. You cannot specify
2951-
both :setting:`~security.ldap.bind.queryUser` and :setting:`~security.ldap.bindWithOSDefaults` at the same time.
2951+
both :setting:`~security.ldap.bind.queryUser` and :setting:`~security.ldap.bind.useOSDefaults` at the same time.
29522952

29532953

29542954
.. setting:: security.ldap.bind.queryPassword
@@ -2968,9 +2968,9 @@ Key Management Configuration Options
29682968

29692969
.. note::
29702970

2971-
Windows MongoDB deployments can use :setting:`~security.ldap.bindWithOSDefaults`
2971+
Windows MongoDB deployments can use :setting:`~security.ldap.bind.useOSDefaults`
29722972
instead of :setting:`~security.ldap.bind.queryPassword` and :setting:`~security.ldap.bind.queryPassword`. You cannot specify
2973-
both :setting:`~security.ldap.bind.queryPassword` and :setting:`~security.ldap.bindWithOSDefaults` at the same time.
2973+
both :setting:`~security.ldap.bind.queryPassword` and :setting:`~security.ldap.bind.useOSDefaults` at the same time.
29742974

29752975

29762976
.. setting:: security.ldap.bind.useOSDefaults

source/reference/exit-codes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ issues with :binary:`~bin.mongod` and :binary:`~bin.mongos` instances.
3636
* - .. error:: 3
3737
- Returned by :binary:`~bin.mongod` if there is a mismatch
3838
between hostnames specified on the command line and in the
39-
:data:`local.sources` collection, in master/slave mode.
39+
``local.sources`` collection, in master/slave mode.
4040

4141
.. symbol: EXIT_REPLICATION_ERROR = 3
4242

0 commit comments

Comments
 (0)