@@ -57,6 +57,7 @@ Authentication Parameters
57
57
.. parameter:: authenticationMechanisms
58
58
59
59
.. versionchanged:: 4.0
60
+
60
61
Remove support for the deprecated ``MONGODB-CR`` authentication mechanism.
61
62
62
63
|both|
@@ -867,6 +868,7 @@ General Parameters
867
868
retaining connections above this limit.
868
869
869
870
.. note::
871
+
870
872
The parameter is separate from the connections in TaskExecutor
871
873
pools. See :parameter:`ShardingTaskExecutorPoolMaxSize`.
872
874
@@ -940,6 +942,7 @@ General Parameters
940
942
excess of the value of :parameter:`connPoolMaxConnsPerHost`.
941
943
942
944
.. note::
945
+
943
946
The parameter is separate from the connections in TaskExecutor
944
947
pools. See :parameter:`ShardingTaskExecutorPoolMaxSize`.
945
948
@@ -1854,6 +1857,7 @@ The following parameters support diagnostic data capture (FTDC):
1854
1857
.. versionadded:: 3.2
1855
1858
1856
1859
.. versionchanged:: 3.4
1860
+
1857
1861
Increased default size to 200 megabytes.
1858
1862
1859
1863
.. versionchanged:: 3.4.14
@@ -3078,8 +3082,7 @@ Sharding Parameters
3078
3082
.. parameter:: ShardingTaskExecutorPoolReplicaSetMatching
3079
3083
3080
3084
.. versionadded:: 4.2
3081
- .. versionchanged:: 5.0 (*Also starting in 4.4.5 and
3082
- 4.2.13*)
3085
+ .. versionchanged:: 5.0 (*Also starting in 4.4.5 and 4.2.13*)
3083
3086
3084
3087
Type: string
3085
3088
@@ -3567,6 +3570,28 @@ Sharding Parameters
3567
3570
3568
3571
- MongoDB 3.4.11+
3569
3572
3573
+ .. parameter:: findChunksOnConfigTimeoutMS
3574
+
3575
+ .. versionadded:: 5.0
3576
+
3577
+ |both|
3578
+
3579
+ Type: Non-negative integer
3580
+
3581
+ Default: 900000
3582
+
3583
+ The timeout in milliseconds for find operations on
3584
+ :data:`~config.chunks`.
3585
+
3586
+ If there is a large number of chunks in the cluster and chunk loading
3587
+ fails with the error ``ExceededTimeLimit``, increase the parameter
3588
+ value:
3589
+
3590
+ .. code-block:: bash
3591
+
3592
+ mongod --setParameter findChunksOnConfigTimeoutMS=1000000
3593
+
3594
+
3570
3595
Storage Parameters
3571
3596
~~~~~~~~~~~~~~~~~~
3572
3597
0 commit comments