File tree Expand file tree Collapse file tree 4 files changed +10
-16
lines changed Expand file tree Collapse file tree 4 files changed +10
-16
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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
4714774.4 Feature Compatibility
You can’t perform that action at this time.
0 commit comments