@@ -1131,6 +1131,14 @@ Sharding Parameters
1131
1131
You can only set this parameter during start-up and cannot change
1132
1132
this setting using the :dbcommand:`setParameter` database command.
1133
1133
1134
+ If set, :parameter:`ShardingTaskExecutorPoolHostTimeoutMS` should be
1135
+ greater than the sum of
1136
+ :parameter`ShardingTaskExecutorPoolRefreshRequirementMS` and
1137
+ :parameter:`ShardingTaskExecutorPoolRefreshTimeoutMS`. Otherwise,
1138
+ :program:`mongos` adjusts the value of
1139
+ :parameter:`ShardingTaskExecutorPoolHostTimeoutMS` to be greater than the
1140
+ sum.
1141
+
1134
1142
.. code-block:: sh
1135
1143
1136
1144
mongos --setParameter ShardingTaskExecutorPoolHostTimeoutMS=120000
@@ -1237,6 +1245,12 @@ Sharding Parameters
1237
1245
You can only set this parameter during start-up and cannot change
1238
1246
this setting using the :dbcommand:`setParameter` database command.
1239
1247
1248
+ If set, :parameter:`ShardingTaskExecutorPoolRefreshRequirementMS` should be
1249
+ greater than :parameter:`ShardingTaskExecutorPoolRefreshTimeoutMS`.
1250
+ Otherwise, :program:`mongos` adjusts the value of
1251
+ :parameter:`ShardingTaskExecutorPoolRefreshTimeoutMS` to be less than
1252
+ :parameter:`ShardingTaskExecutorPoolRefreshRequirementMS`.
1253
+
1240
1254
.. code-block:: sh
1241
1255
1242
1256
mongos --setParameter ShardingTaskExecutorPoolRefreshRequirementMS=90000
@@ -1255,6 +1269,12 @@ Sharding Parameters
1255
1269
You can only set this parameter during start-up and cannot change
1256
1270
this setting using the :dbcommand:`setParameter` database command.
1257
1271
1272
+ If set, :parameter:`ShardingTaskExecutorPoolRefreshTimeoutMS` should be
1273
+ less than :parameter:`ShardingTaskExecutorPoolRefreshRequirementMS`.
1274
+ Otherwise, :program:`mongos` adjusts the value of
1275
+ :parameter:`ShardingTaskExecutorPoolRefreshTimeoutMS` to be less than
1276
+ :parameter:`ShardingTaskExecutorPoolRefreshRequirementMS`.
1277
+
1258
1278
.. code-block:: sh
1259
1279
1260
1280
mongos --setParameter ShardingTaskExecutorPoolRefreshTimeoutMS=30000
0 commit comments