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

source/includes/changelogs/releases/4.0.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Internals
118118
- :issue:`SERVER-44568` Update the embedded version of the server's timezone data file to tzdb-2019c
119119
- :issue:`SERVER-44651` Update signal processing version
120120
- :issue:`SERVER-44727` detect-changes should not be called via run-dsi
121-
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot id and dataset link respectively to dsi(sys-perf)
121+
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot ID and dataset link respectively to dsi(sys-perf)
122122
- :issue:`SERVER-44946` Reenable tests disabled in BACKPORT-4512
123123
- :issue:`WT-4499` Fix prepared transactions for cursor key order check failure
124124
- :issue:`WT-4520` Fix prepare transactions fallout during cursor navigation

source/includes/changelogs/releases/4.0.20.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Internals
7575
- :issue:`SERVER-48514` Separate testing 'called' and 'successful' fields for serverStatus election metrics
7676
- :issue:`SERVER-48569` Add ConflictingOperationInProgress as acceptable error code to stepDown in validateCollectionsCallback
7777
- :issue:`SERVER-48657` Use evergreen module to control signal processing in perf projects
78-
- :issue:`SERVER-49007` Roundtrip registration id in metrics response in mock_http_server.py
78+
- :issue:`SERVER-49007` Roundtrip registration ID in metrics response in mock_http_server.py
7979
- :issue:`SERVER-49071` Make ldap_fastest_host_selection.js tolerate missing LDAP servers in statistics
8080
- :issue:`SERVER-49142` Validate correct field name in RoleName::parseFromBSON()
8181
- :issue:`SERVER-49335` publish_packages should use barque API key

source/includes/changelogs/releases/4.0.21.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ Internals
9191
- :issue:`SERVER-51802` Add requires_majority_read_concern tag to decrypt_tool.js on v4.0
9292
- :issue:`TOOLS-2589` [v4.0] sslAllowInvalidHostnames bypass ssl/tls server certification validation entirely
9393
- :issue:`WT-6421` Avoid parsing metadata checkpoint for clean files
94-
- :issue:`WT-6559` Use the session id from the new session to determine statistics bucket
94+
- :issue:`WT-6559` Use the session ID from the new session to determine statistics bucket
9595
- :issue:`WT-6598` Add new API allowing changing dhandle hash bucket size
9696

source/includes/changelogs/releases/4.0.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Query
5353
~~~~~
5454

5555
- :issue:`SERVER-13946` Consider putting skip stages below fetch stages
56-
- :issue:`SERVER-36212` getMore should not enforce that session id matches until FCV is 4.0
56+
- :issue:`SERVER-36212` getMore should not enforce that session ID matches until FCV is 4.0
5757
- :issue:`SERVER-36299` Implement support for exhaust cursors with OP_MSG in DBClientCursor
5858
- :issue:`SERVER-36435` Increase maxTimeMS timeout in awaitdata_getmore_cmd.js
5959
- :issue:`SERVER-36453` Fix race condition in aggregation_cursor_invalidations.js

source/includes/changelogs/releases/4.2.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Sharding
1919
- :issue:`SERVER-33973` Commands to force cleanup of partial data that might have remained after failed collection/database drop
2020
- :issue:`SERVER-36222` call to ReplSetTest.restart in shard_identity_rollback.js is racy
2121
- :issue:`SERVER-36315` After stepdown the CSRS dist lock manager keeps trying to unlock locks
22-
- :issue:`SERVER-39573` Add unique id to log label "TransactionCoordinator"
22+
- :issue:`SERVER-39573` Add unique ID to log label "TransactionCoordinator"
2323
- :issue:`SERVER-39763` transactions_target_at_point_in_time.js should disable expiring old chunk history
2424
- :issue:`SERVER-40258` Relax locking requirements for sharding metadata refresh on shards
2525
- :issue:`SERVER-40496` transactions_snapshot_errors_subsequent_statements.js and transactions_writes_not_retryable.js should not use mode {times: 1} for failpoint

source/includes/changelogs/releases/4.2.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Internals
8585
- :issue:`WT-6215` Clear backup block information on rename: Reverted
8686
- :issue:`WT-6421` Avoid parsing metadata checkpoint for clean files
8787
- :issue:`WT-6539` Fix backup and rename memory leak
88-
- :issue:`WT-6559` Use the session id from the new session to determine statistics bucket
88+
- :issue:`WT-6559` Use the session ID from the new session to determine statistics bucket
8989
- :issue:`WT-6598` Add new API allowing changing dhandle hash bucket size
9090
- :issue:`WT-6610` Fix incremental backup checkpoint parsing to handle upgrades
9191
- :issue:`WT-6611` Revert enhancement allowing rename and incremental backup

source/includes/changelogs/releases/4.2.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Build and Packaging
5757
Internals
5858
~~~~~~~~~
5959

60-
- :issue:`SERVER-41836` Log thread Id as part of error in FSM tests
60+
- :issue:`SERVER-41836` Log thread ID as part of error in FSM tests
6161
- :issue:`SERVER-43739` SNI name is not set on OSX if allowInvalidHostnames is enabled
6262
- :issue:`SERVER-44375` fix merge_with_drop_shard.js when the curop command fails due to ShardNotFound
6363
- :issue:`SERVER-47863` Initial Sync Progress Metrics

source/includes/changelogs/releases/4.2.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Internals
144144
- :issue:`SERVER-44651` Update signal processing version
145145
- :issue:`SERVER-44721` Shell KMS AWS support cannot decrypt responses
146146
- :issue:`SERVER-44727` detect-changes should not be called via run-dsi
147-
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot id and dataset link respectively to dsi(sys-perf)
147+
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot ID and dataset link respectively to dsi(sys-perf)
148148
- :issue:`WT-4486` Number of syncs did not increase in dirty max test
149149
- :issue:`WT-4565` Fix tree walk code with read-no-wait flag set
150150
- :issue:`WT-4702` Switch to ubuntu1804-test Evergreen distro

source/includes/changelogs/releases/4.2.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Internals
9999
- :issue:`SERVER-48657` Use evergreen module to control signal processing in perf projects
100100
- :issue:`SERVER-48891` nullptr dereference on ViewCatalog in reIndex when Database does not exist
101101
- :issue:`SERVER-48907` Allow users to patch test changes to linkbench/linkbench2 using evergreen set-module
102-
- :issue:`SERVER-49007` Roundtrip registration id in metrics response in mock_http_server.py
102+
- :issue:`SERVER-49007` Roundtrip registration ID in metrics response in mock_http_server.py
103103
- :issue:`SERVER-49071` Make ldap_fastest_host_selection.js tolerate missing LDAP servers in statistics
104104
- :issue:`SERVER-49097` sys-perf builds differ from release builds
105105
- :issue:`SERVER-49142` Validate correct field name in RoleName::parseFromBSON()

source/includes/changelogs/releases/4.4.1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Internals
144144
- :issue:`SERVER-48952` logv2 cleanup for src/mongo/util/stacktrace_posix.cpp
145145
- :issue:`SERVER-48965` Make update_and_bulk_insert.js less heavy
146146
- :issue:`SERVER-48982` Respond to heartbeats until reconfig thread finishes in StepdownShouldInterruptConfigWrite
147-
- :issue:`SERVER-49007` Roundtrip registration id in metrics response in mock_http_server.py
147+
- :issue:`SERVER-49007` Roundtrip registration ID in metrics response in mock_http_server.py
148148
- :issue:`SERVER-49016` Ninja build reporting "no such file: /proc/cpuinfo"
149149
- :issue:`SERVER-49026` pseudo_commands.js can kill operation with opId '1234' mistakenly
150150
- :issue:`SERVER-49054` Server MSI should install Compass instead of Compass Community
@@ -207,5 +207,5 @@ Internals
207207
- :issue:`WT-6552` Fix configure flags in evergreen.yml for failing PPC tests
208208
- :issue:`WT-6578` Prevent reconciliation from looking past the on-disk value
209209
- :issue:`WT-6611` Revert enhancement allowing rename and incremental backup
210-
- :issue:`WT-6623` Set the connection level file id in recovery file scan
210+
- :issue:`WT-6623` Set the connection level file ID in recovery file scan
211211

source/includes/changelogs/releases/4.4.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Internals
255255
- :issue:`WT-6544` Onpage value not appended to the tombstone restored from the data or history store
256256
- :issue:`WT-6546` Update fast truncate to use newest start durable ts
257257
- :issue:`WT-6556` Fix internal sessions to use internal session close function than public API to avoid memory leak
258-
- :issue:`WT-6559` Use the session id from the new session to determine statistics bucket
258+
- :issue:`WT-6559` Use the session ID from the new session to determine statistics bucket
259259
- :issue:`WT-6560` Fix usage of global salvage in WT utility
260260
- :issue:`WT-6561` Provide MongoDB configuration in the wt utility usage output
261261
- :issue:`WT-6569` Squash the prepared updates into a single update before writing it to data store

source/includes/changelogs/releases/4.4.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Internals
183183
- :issue:`WT-7183` Sort test filenames in test coverage document
184184
- :issue:`WT-7184` Prevent non-ASCII input in doc files
185185
- :issue:`WT-7192` Fix failing assert when in-use dhandle can't be reopened
186-
- :issue:`WT-7200` Incorrect stop transaction id when fixing out of order timestamps in history store
186+
- :issue:`WT-7200` Incorrect stop transaction ID when fixing out of order timestamps in history store
187187
- :issue:`WT-7202` Check for no count in assertion
188188
- :issue:`WT-7206` Update test framework to align with C++ style
189189
- :issue:`WT-7208` Leave table cursor in a valid state when subordinate index fails to open

source/includes/changelogs/releases/4.4.7.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Internals
322322
- :issue:`WT-7545` Limit upgrade/downgrade testing to timestamp transactions at snapshot isolation
323323
- :issue:`WT-7546` Coverity: Minor issues in CppSuite test harness
324324
- :issue:`WT-7548` Create macro to identify dhandles directly associated with a Btree
325-
- :issue:`WT-7549` clean up block manager identifiers to use object id naming
325+
- :issue:`WT-7549` clean up block manager identifiers to use object ID naming
326326
- :issue:`WT-7550` Properly check pinned page and fix not resetting cursor if error
327327
- :issue:`WT-7565` Update invalid backup configurations
328328
- :issue:`WT-7566` Resolve write after free for dead dhandle
@@ -333,7 +333,7 @@ Internals
333333
- :issue:`WT-7577` Add sync configuration to flush_tier
334334
- :issue:`WT-7579` Disable prefix testing in compatibility test due to snapshot isolation search mismatch
335335
- :issue:`WT-7581` Make wt_cache_config args consistent with other config functions
336-
- :issue:`WT-7588` Make tiered object id numbers 32 bits
336+
- :issue:`WT-7588` Make tiered object ID numbers 32 bits
337337
- :issue:`WT-7594` Use key_consistent mode on format TS runs
338338
- :issue:`WT-7595` Add flag to history store cursor to track whether underlying table insertion was successful
339339
- :issue:`WT-7602` Fix MacOS CMake Compilation Issues

source/includes/extracts-command-field.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ content: |
2323
2424
The following example output contains the command object for a
2525
:dbcommand:`getMore` operation generated by
26-
a command with cursor id ``19234103609`` on a collection named
26+
a command with cursor ID ``19234103609`` on a collection named
2727
``items`` in a database named ``test``:
2828
2929
.. code-block:: javascript

source/includes/extracts-sessions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ content: |
2222
* - ``lsid``
2323
- Document
2424
25-
- The document that specifies the unique id of the session
25+
- The document that specifies the unique ID of the session
2626
associated with the command. If the ``txnNumber`` is
2727
specified, the ``lsid`` is required.
2828

source/reference/command/currentOp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ Output Fields
790790

791791
.. versionadded:: 4.2
792792

793-
The id of the cursor.
793+
The ID of the cursor.
794794

795795
.. data:: currentOp.cursor.createdDate
796796

source/reference/command/find.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Output
400400
~~~~~~
401401

402402
The command returns a document that contains the cursor information,
403-
including the cursor id and the first batch of documents. For example,
403+
including the cursor ID and the first batch of documents. For example,
404404
the following document is returned when run against a sharded
405405
collection:
406406

source/reference/command/getMore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ For example, a document similar to the one below may be returned when
151151
* - ``cursor``
152152

153153
- Contains the cursor information, including the
154-
cursor id as well as the ``nextBatch`` of documents.
154+
cursor ID as well as the ``nextBatch`` of documents.
155155

156156
Starting in 4.4, if the cursor from a :dbcommand:`find` command
157157
returns partial results due to the unavailability of the queried

source/reference/command/killAllSessionsByPattern.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ match:
3939
- Description
4040

4141
* - ``{ lsid: { id : <UUID> } }``
42-
43-
- Specify the UUID portion of the session id to kill.
42+
- Specify the UUID portion of the session ID to kill.
4443

4544
* - ``{ uid: <BinData> }``
4645

source/reference/method/Mongo.startSession.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ Definition
1515

1616
.. method:: Mongo.startSession(<options>)
1717

18-
.. versionadded:: 3.6
19-
20-
Starts a :ref:`session <sessions>` for the connection. The
21-
:binary:`~bin.mongo` shell assigns the session id to
22-
commands associated with the session.
18+
Starts a :ref:`session <sessions>` for the connection.
19+
:binary:`~bin.mongo` assigns the session ID to commands associated
20+
with the session.
2321

2422
The :method:`~Mongo.startSession()` method can take a document with
2523
session options. The options available are:

0 commit comments

Comments
 (0)