summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2020-06-22 16:30:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-23 22:36:50 +0000
commit311d7ccd0b6fd24122e28b7e8f3a1e191dd4078a (patch)
tree5e18af20c70eaf568d93778b1ee0052da3a91ace /debian
parent36bf915c32d551ad557ec7a1fa41890037e9f54f (diff)
downloadmongo-311d7ccd0b6fd24122e28b7e8f3a1e191dd4078a.tar.gz
SERVER-48973 Remove ServiceExecutorAdaptive
Diffstat (limited to 'debian')
-rw-r--r--debian/mongod.141
-rw-r--r--debian/mongos.141
2 files changed, 0 insertions, 82 deletions
diff --git a/debian/mongod.1 b/debian/mongod.1
index 5892f4e2196..700a0774222 100644
--- a/debian/mongod.1
+++ b/debian/mongod.1
@@ -972,47 +972,6 @@ mongod \-\-timeZoneInfo timezonedb\-2017b/
.UNINDENT
.INDENT 0.0
.TP
-.B \-\-serviceExecutor <string>
-\fIDefault\fP: synchronous
-.sp
-New in version 3.6.
-
-.sp
-Determines the threading and execution model \fBmongod\fP uses to
-execute client requests. The \fB\-\-serviceExecutor\fP option accepts one
-of the following values:
-.TS
-center;
-|l|l|.
-_
-T{
-Value
-T} T{
-Description
-T}
-_
-T{
-\fBsynchronous\fP
-T} T{
-The \fBmongod\fP uses synchronous networking and manages its
-networking thread pool on a per connection basis. Previous
-versions of MongoDB managed threads in this way.
-T}
-_
-T{
-\fBadaptive\fP
-T} T{
-The \fBmongod\fP 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.
-T}
-_
-.TE
-.UNINDENT
-.INDENT 0.0
-.TP
.B \-\-outputConfig
New in version 4.2.
diff --git a/debian/mongos.1 b/debian/mongos.1
index db9e626e3df..e9e6f6d2464 100644
--- a/debian/mongos.1
+++ b/debian/mongos.1
@@ -718,47 +718,6 @@ between \fBmongo\fP shell and \fBmongod\fP are not compressed.
.UNINDENT
.INDENT 0.0
.TP
-.B \-\-serviceExecutor <string>
-\fIDefault\fP: synchronous
-.sp
-New in version 3.6.
-
-.sp
-Determines the threading and execution model \fBmongos\fP uses to
-execute client requests. The \fB\-\-serviceExecutor\fP option accepts one
-of the following values:
-.TS
-center;
-|l|l|.
-_
-T{
-Value
-T} T{
-Description
-T}
-_
-T{
-\fBsynchronous\fP
-T} T{
-The \fBmongos\fP uses synchronous networking and manages its
-networking thread pool on a per connection basis. Previous
-versions of MongoDB managed threads in this way.
-T}
-_
-T{
-\fBadaptive\fP
-T} T{
-The \fBmongos\fP 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.
-T}
-_
-.TE
-.UNINDENT
-.INDENT 0.0
-.TP
.B \-\-timeZoneInfo <path>
The full path from which to load the time zone database. If this option
is not provided, then MongoDB will use its built\-in time zone database.