Skip to content

Commit 633c5dc

Browse files
author
Dave Cuthbert
authored
DOCSP-26955 BACKPORT (#2267)
1 parent f78854d commit 633c5dc

36 files changed

+45
-48
lines changed

source/administration/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ The :setting:`~storage.dbPath` value controls the location of the
357357
:binary:`~bin.mongod` instance's data directory. Ensure that each database
358358
has a distinct and well labeled data directory. The
359359
:setting:`~processManagement.pidFilePath` controls where :binary:`~bin.mongod` process
360-
places it's :term:`process id (PID) <PID>` file. As this tracks the specific
360+
places it's :term:`process ID (PID) <PID>` file. As this tracks the specific
361361
:binary:`~bin.mongod` file, it is crucial that file be unique and well
362362
labeled to make it easy to start and stop these processes.
363363

source/administration/monitoring.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ use the following command to view the "balancer" lock.
527527
.. versionchanged:: 3.4
528528

529529
Starting in 3.4, the primary of the CSRS config server holds the
530-
"balancer" lock, using a process id named "ConfigServer". This lock
530+
"balancer" lock, using a process ID named "ConfigServer". This lock
531531
is never released. To determine if the balancer is running, see
532532
:ref:`sharding-balancing-is-running`.
533533

source/core/replica-set-sync.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Multithreaded Replication
246246
~~~~~~~~~~~~~~~~~~~~~~~~~
247247

248248
MongoDB applies write operations in batches using multiple threads to
249-
improve concurrency. MongoDB groups batches by document id (:ref:`WiredTiger
249+
improve concurrency. MongoDB groups batches by document ID (:ref:`WiredTiger
250250
<storage-wiredtiger>`) and simultaneously applies each group of
251251
operations using a different thread. MongoDB always applies write
252252
operations to a given document in their original write order.

source/core/tailable-cursors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Consider the following behaviors related to tailable cursors:
4848
- the cursor returns the document at the "end" of the collection and
4949
then the application deletes that document.
5050

51-
A *dead* cursor has an id of ``0``.
51+
A *dead* cursor has an ID of ``0``.
5252

5353
See your :driver:`driver documentation </>` for the
5454
driver-specific method to specify the tailable cursor.

source/includes/changelogs/releases/3.2.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ WiredTiger
5252
- :issue:`WT-2221` Document which statistics are available via a "fast" configuration vs. an "all" configuration
5353
- :issue:`WT-2233` Investigate changing when the eviction server switches to aggressive mode.
5454
- :issue:`WT-2239` Make sure LSM cursors read up to date dsk_gen, it was racing with compact
55-
- :issue:`WT-2323` Allocate a transaction id at the beginning of join cursor iteration
55+
- :issue:`WT-2323` Allocate a transaction ID at the beginning of join cursor iteration
5656
- :issue:`WT-2843` Fix a bug in recovery if there is no filesystem truncate support
5757
- :issue:`WT-2846` Several bugs related to reconfiguring eviction server at runtime
5858
- :issue:`WT-2353` Failure to create async threads as part of a wiredtiger_open call will cause a hang

source/includes/changelogs/releases/3.4.19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Internals
6565
~~~~~~~~~
6666

6767
- :issue:`SERVER-18985` setParameter should log at level 0
68-
- :issue:`SERVER-23818` Include Evergreen task id in metadata sent to logkeeper
68+
- :issue:`SERVER-23818` Include Evergreen task ID in metadata sent to logkeeper
6969
- :issue:`SERVER-36250` Add support for optionally logging specific negotiated TLS versions
7070
- :issue:`SERVER-37120` Turn off linux-replSet-initialsync-logkeeper Build Variant for 3.4 and 3.6 branches
7171
- :issue:`SERVER-37647` Validation hook sets FCV to 3.4 no matter what version it currently is

source/includes/changelogs/releases/3.6.18.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Internals
6767
- :issue:`SERVER-43349` Incorrect serialization for $elemMatch $not $ne
6868
- :issue:`SERVER-44325` Add polyfill for certificate chain verification
6969
- :issue:`SERVER-44435` Allow x509 authorization to be selectively enabled based on the CA
70-
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot id and dataset link respectively to dsi(sys-perf)
70+
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot ID and dataset link respectively to dsi(sys-perf)
7171
- :issue:`SERVER-45156` SockAddr constructor should take sockaddr, not sockaddr_storage
7272
- :issue:`SERVER-45472` Ensure RoleGraph can serialize authentication restrictions to BSON
7373
- :issue:`SERVER-45766` Remove "requires" from the server yaml

source/includes/changelogs/releases/3.6.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Replication
2727
- :issue:`SERVER-31399` repl.apply.batches.totalMillis does not record the time spent applying batches
2828
- :issue:`SERVER-31666` catchup_takeover_one_high_priority should use initiateWithAnyNodeAsPrimary
2929
- :issue:`SERVER-31669` Increase the election timeout in case 3 of catchup.js
30-
- :issue:`SERVER-32776` Refresh rollback id cache on increment
30+
- :issue:`SERVER-32776` Refresh rollback ID cache on increment
3131
- :issue:`SERVER-33448` Relax time diff requirements in apply_batches_totalMillis.js
3232
- :issue:`SERVER-33618` Initial sync should consider applyOps a CrudOpType
3333

source/includes/changelogs/releases/3.6.9.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Sharding
2525
- :issue:`SERVER-37496` The balancer shouldn't register a shutdown task after the process is multithreaded
2626
- :issue:`SERVER-37631` Disable logical sessions if FCV is 3.4
2727
- :issue:`SERVER-37657` Report the offending oplog entries if a batch contains non-increasing transaction numbers
28-
- :issue:`SERVER-37735` [3.6] Ensure the full logical session id is included in commands sent by the ShardingTaskExecutor
28+
- :issue:`SERVER-37735` [3.6] Ensure the full logical session ID is included in commands sent by the ShardingTaskExecutor
2929

3030
Replication
3131
~~~~~~~~~~~
@@ -84,7 +84,7 @@ Storage
8484
Operations
8585
~~~~~~~~~~
8686

87-
- :issue:`SERVER-32064` A logical session id should be included in all command requests from the mongo shell
87+
- :issue:`SERVER-32064` A logical session ID should be included in all command requests from the mongo shell
8888
- :issue:`SERVER-33606` mongo shell startSession() should fail if the server doesn't support logical sessions
8989
- :issue:`SERVER-34864` String-valued fields should not participate in schema change detection in ftdc
9090

source/includes/changelogs/releases/4.0.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Operations
9898
~~~~~~~~~~
9999

100100
- :issue:`SERVER-27264` With net.ssl.allowConnectionsWithoutCertificates: true, allow disabling no client certificate log warnings
101-
- :issue:`SERVER-32064` A logical session id should be included in all command requests from the mongo shell
101+
- :issue:`SERVER-32064` A logical session ID should be included in all command requests from the mongo shell
102102
- :issue:`SERVER-34160` Mongo client run buffered command when terminated.
103103
- :issue:`SERVER-35758` Mongo shell prompt errors when running transactions after overriding "db"
104104
- :issue:`SERVER-35903` Free monitoring doesn't allow disabling from the shell without enabling it first

0 commit comments

Comments
 (0)