Skip to content

Commit 668f8b1

Browse files
npentreljeff-allen-mongo
authored andcommitted
DOCS-13659: Add findChunksOnConfigTimeoutMS parameter
1 parent 12f577b commit 668f8b1

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

source/reference/parameters.txt

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Authentication Parameters
5757
.. parameter:: authenticationMechanisms
5858

5959
.. versionchanged:: 4.0
60+
6061
Remove support for the deprecated ``MONGODB-CR`` authentication mechanism.
6162

6263
|both|
@@ -867,6 +868,7 @@ General Parameters
867868
retaining connections above this limit.
868869

869870
.. note::
871+
870872
The parameter is separate from the connections in TaskExecutor
871873
pools. See :parameter:`ShardingTaskExecutorPoolMaxSize`.
872874

@@ -940,6 +942,7 @@ General Parameters
940942
excess of the value of :parameter:`connPoolMaxConnsPerHost`.
941943

942944
.. note::
945+
943946
The parameter is separate from the connections in TaskExecutor
944947
pools. See :parameter:`ShardingTaskExecutorPoolMaxSize`.
945948

@@ -1854,6 +1857,7 @@ The following parameters support diagnostic data capture (FTDC):
18541857
.. versionadded:: 3.2
18551858

18561859
.. versionchanged:: 3.4
1860+
18571861
Increased default size to 200 megabytes.
18581862

18591863
.. versionchanged:: 3.4.14
@@ -3078,8 +3082,7 @@ Sharding Parameters
30783082
.. parameter:: ShardingTaskExecutorPoolReplicaSetMatching
30793083

30803084
.. 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*)
30833086

30843087
Type: string
30853088

@@ -3567,6 +3570,28 @@ Sharding Parameters
35673570

35683571
- MongoDB 3.4.11+
35693572

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+
35703595
Storage Parameters
35713596
~~~~~~~~~~~~~~~~~~
35723597

source/release-notes/5.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,13 @@ Starting in MongoDB 5.0, the :dbcommand:`setParameter` command has a new
657657
:parameter:`maxValidateMemoryUsageMB` parameter, which sets the maximum
658658
memory usage for the :dbcommand:`validate` command.
659659

660+
``findChunksOnConfigTimeoutMS`` Server Parameter
661+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
662+
663+
Starting in MongoDB 5.0, you can use the
664+
:parameter:`findChunksOnConfigTimeoutMS` parameter to change the timout
665+
for find operations on :data:`~config.chunks`.
666+
660667
Database Profiler ``filter`` Option
661668
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
662669

0 commit comments

Comments
 (0)