Skip to content

Commit 7ceee64

Browse files
jmd-mongojeff-allen-mongo
authored andcommitted
DOCS-13702 deprecates serviceExecutorAdaptive for mongod/mongos
1 parent 4f798bc commit 7ceee64

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

source/reference/configuration-options.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,12 +2229,8 @@ Core Options
22292229
versions of MongoDB managed threads in this way.
22302230

22312231
* - ``adaptive``
2232-
2233-
- The :binary:`~bin.mongos` or :binary:`~bin.mongod` uses the new experimental asynchronous
2234-
networking mode with an adaptive thread pool which manages
2235-
threads on a per request basis. This mode should have more
2236-
consistent performance and use less resources when there are
2237-
more inactive connections than database requests.
2232+
2233+
- .. deprecated:: 4.4
22382234

22392235

22402236
``security`` Options

source/reference/program/mongod.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -807,11 +807,7 @@ Core Options
807807

808808
* - ``adaptive``
809809

810-
- The :program:`mongod` uses the new experimental asynchronous
811-
networking mode with an adaptive thread pool which manages
812-
threads on a per request basis. This mode should have more
813-
consistent performance and use less resources when there are
814-
more inactive connections than database requests.
810+
- .. deprecated:: 4.4
815811

816812

817813
.. option:: --outputConfig

source/reference/program/mongos.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -620,11 +620,7 @@ Core Options
620620

621621
* - ``adaptive``
622622

623-
- The :program:`mongos` uses the new experimental asynchronous
624-
networking mode with an adaptive thread pool which manages
625-
threads on a per request basis. This mode should have more
626-
consistent performance and use less resources when there are
627-
more inactive connections than database requests.
623+
- .. deprecated:: 4.4
628624

629625

630626
.. option:: --timeZoneInfo <path>

source/release-notes/4.4-compatibility.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,12 @@ limit; these options and parameter have no effect starting in MongoDB
466466

467467
- :parameter:`wiredTigerMaxCacheOverflowSizeGB` parameter
468468

469+
``adaptive`` Option for :setting:`net.serviceExecutor` Deprecated
470+
`````````````````````````````````````````````````````````````````
471+
472+
Starting in MongoDB 4.4, the ``adaptive`` option for
473+
:setting:`net.serviceExecutor` is deprecated.
474+
469475
.. _4.4-compatibility-enabled:
470476

471477
4.4 Feature Compatibility

0 commit comments

Comments
 (0)