Skip to content

Commit 31c8664

Browse files
committed
DOCS-10789: oplogInitialFindMaxSeconds
1 parent 7cf55d8 commit 31c8664

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

source/reference/command/setParameter.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ setParameter
4242

4343
- :parameter:`replApplyBatchSize`
4444
- :parameter:`replIndexPrefetch`
45+
- :parameter:`oplogInitialFindMaxSeconds`
4546

4647
**Security**
4748

source/reference/parameters.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,20 @@ Replication Parameters
10491049
:parameter:`replWriterThreadCount` at startup and cannot change this
10501050
setting with the :dbcommand:`setParameter` command.
10511051

1052+
.. parameter:: oplogInitialFindMaxSeconds
1053+
1054+
.. versionadded:: 3.6
1055+
1056+
*Type*: integer
1057+
1058+
*Default*: 60
1059+
1060+
|mongod-only|
1061+
1062+
Maximum time in seconds for a member of a :term:`replica set` to wait
1063+
for its :dbcommand:`find` command to finish during
1064+
:ref:`data synchronization <replica-set-sync>`.
1065+
10521066
Sharding Parameters
10531067
~~~~~~~~~~~~~~~~~~~
10541068

source/release-notes/3.6.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,11 @@ Replica Sets
399399
set protocol versions, see
400400
:doc:`/reference/replica-set-protocol-versions`.
401401

402+
- Added the :parameter:`oplogInitialFindMaxSeconds` parameter to adjust
403+
how long a member of a :term:`replica set` should wait for its
404+
:dbcommand:`find` command to finish during :ref:`data synchronization
405+
<replica-set-sync>`.
406+
402407
Sharded Clusters
403408
----------------
404409

0 commit comments

Comments
 (0)