Skip to content

Commit

Permalink
DOCSP-45343 adds minSnapshotHistoryWindowInSeconds warning (#10255)
Browse files Browse the repository at this point in the history
* DOCSP-45343 adds minSnapshotHistoryWindowInSeconds warning

* Responds to feedback
  • Loading branch information
jwilson-mdb authored Nov 20, 2024
1 parent 8e77ba4 commit cb6e287
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/reference/parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5200,6 +5200,17 @@ Storage Parameters
``minSnapshotHistoryWindowInSeconds``, :binary:`~bin.mongod` returns
a ``SnapshotTooOld`` error.

.. warning::

In sharded clusters, changing the default ``minSnapshotHistoryWindowInSeconds``
value on :ref:`config server <sharding-config-server>` nodes may cause
internal operations to fail.

Do not set ``minSnapshotHistoryWindowInSeconds`` to ``0`` on config server
nodes. Setting this parameter to ``0`` causes internal operations conducting
``snapshot`` reads targeting the config server with a specified
``atClusterTime`` to fail.

.. include:: /includes/fact-runtime-startup-parameter

Specify an integer greater than or equal to (``>=``) 0.
Expand Down

0 comments on commit cb6e287

Please sign in to comment.