@@ -1122,74 +1122,21 @@ General Parameters
1122
1122
}
1123
1123
)
1124
1124
1125
- .. parameter:: connPoolMaxShardedConnsPerHost
1126
-
1127
- *Default*: 200
1128
-
1129
- |both|
1130
-
1131
- Sets the maximum size of the legacy connection pools for communication to the
1132
- shards. The size of a pool does not prevent the creation of
1133
- additional connections, but *does* prevent the connection pools from
1134
- retaining connections above this limit.
1135
-
1136
- .. note::
1137
-
1138
- The parameter is separate from the connections in TaskExecutor
1139
- pools. See :parameter:`ShardingTaskExecutorPoolMaxSize`.
1140
-
1141
- Increase the :parameter:`connPoolMaxShardedConnsPerHost` value
1142
- **only** if the number of connections in a connection pool has a
1143
- high level of churn or if the total number of created connections
1144
- increase.
1145
-
1146
- You can only set :parameter:`connPoolMaxShardedConnsPerHost` during
1147
- startup in the config file or on the command line. For example:
1148
-
1149
- .. code-block:: bash
1150
-
1151
- mongos --setParameter connPoolMaxShardedConnsPerHost=250
1152
-
1153
-
1154
- .. parameter:: connPoolMaxShardedInUseConnsPerHost
1155
-
1156
- |both|
1157
-
1158
- Sets the maximum number of in-use connections at any given time for
1159
- the legacy sharded cluster connection pools.
1160
-
1161
- By default, the parameter is unset.
1162
-
1163
- You can only set :parameter:`connPoolMaxShardedConnsPerHost` during
1164
- startup in the config file or on the command line. For example:
1165
-
1166
- .. code-block:: bash
1167
-
1168
- mongos --setParameter connPoolMaxShardedInUseConnsPerHost=100
1169
-
1170
- .. seealso::
1171
-
1172
- :parameter:`connPoolMaxShardedConnsPerHost`
1173
-
1174
- .. parameter:: shardedConnPoolIdleTimeoutMinutes
1125
+ .. parameter:: httpVerboseLogging
1175
1126
1176
1127
|both|
1177
-
1178
- Sets the time limit that a connection in the legacy sharded cluster
1179
- connection pool can remain idle before being closed.
1180
-
1128
+
1129
+ Adds more verbose tracing for curl on Linux and macOS. Has no affect on Windows.
1130
+
1181
1131
By default, the parameter is unset.
1182
1132
1183
- You can only set :parameter:`shardedConnPoolIdleTimeoutMinutes ` during
1133
+ You can only set ``httpVerboseLogging` ` during
1184
1134
startup in the config file or on the command line. For example:
1185
1135
1186
1136
.. code-block:: bash
1187
1137
1188
- mongos --setParameter shardedConnPoolIdleTimeoutMinutes=10
1138
+ mongos --setParameter httpVerboseLogging=true
1189
1139
1190
- .. seealso::
1191
-
1192
- :parameter:`connPoolMaxShardedConnsPerHost`
1193
1140
1194
1141
.. parameter:: connPoolMaxConnsPerHost
1195
1142
@@ -1257,10 +1204,6 @@ General Parameters
1257
1204
1258
1205
mongos --setParameter globalConnPoolIdleTimeoutMinutes=10
1259
1206
1260
- .. seealso::
1261
-
1262
- :parameter:`connPoolMaxShardedConnsPerHost`
1263
-
1264
1207
.. parameter:: cursorTimeoutMillis
1265
1208
1266
1209
*Default*: 600000 (10 minutes)
0 commit comments