From 134ea165534ac50e3739f1960e14049db09766c2 Mon Sep 17 00:00:00 2001 From: Joseph Dougherty Date: Mon, 29 Mar 2021 15:33:36 -0400 Subject: [PATCH] DOCS-13702 deprecates serviceExecutorAdaptive for mongod/mongos --- source/reference/configuration-options.txt | 8 ++------ source/reference/program/mongod.txt | 6 +----- source/reference/program/mongos.txt | 6 +----- source/release-notes/4.4-compatibility.txt | 6 ++++++ 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index d69b15ec3d8..aeb9d5043ee 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -2229,12 +2229,8 @@ Core Options versions of MongoDB managed threads in this way. * - ``adaptive`` - - - The :binary:`~bin.mongos` or :binary:`~bin.mongod` uses the new experimental asynchronous - networking mode with an adaptive thread pool which manages - threads on a per request basis. This mode should have more - consistent performance and use less resources when there are - more inactive connections than database requests. + + - .. deprecated:: 4.4 ``security`` Options diff --git a/source/reference/program/mongod.txt b/source/reference/program/mongod.txt index 11fdc3e773c..0a3dfb9c0be 100644 --- a/source/reference/program/mongod.txt +++ b/source/reference/program/mongod.txt @@ -807,11 +807,7 @@ Core Options * - ``adaptive`` - - The :program:`mongod` uses the new experimental asynchronous - networking mode with an adaptive thread pool which manages - threads on a per request basis. This mode should have more - consistent performance and use less resources when there are - more inactive connections than database requests. + - .. deprecated:: 4.4 .. option:: --outputConfig diff --git a/source/reference/program/mongos.txt b/source/reference/program/mongos.txt index 8a979a89135..b84cd33ba91 100644 --- a/source/reference/program/mongos.txt +++ b/source/reference/program/mongos.txt @@ -620,11 +620,7 @@ Core Options * - ``adaptive`` - - The :program:`mongos` uses the new experimental asynchronous - networking mode with an adaptive thread pool which manages - threads on a per request basis. This mode should have more - consistent performance and use less resources when there are - more inactive connections than database requests. + - .. deprecated:: 4.4 .. option:: --timeZoneInfo diff --git a/source/release-notes/4.4-compatibility.txt b/source/release-notes/4.4-compatibility.txt index fce1089a12f..b59c417ff55 100644 --- a/source/release-notes/4.4-compatibility.txt +++ b/source/release-notes/4.4-compatibility.txt @@ -466,6 +466,12 @@ limit; these options and parameter have no effect starting in MongoDB - :parameter:`wiredTigerMaxCacheOverflowSizeGB` parameter +``adaptive`` Option for :setting:`net.serviceExecutor` Deprecated +````````````````````````````````````````````````````````````````` + +Starting in MongoDB 4.4, the ``adaptive`` option for +:setting:`net.serviceExecutor` is deprecated. + .. _4.4-compatibility-enabled: 4.4 Feature Compatibility