Skip to content

Commit f1bedb1

Browse files
asya999andf-mongodb
authored andcommitted
Remove incorrect TTL reference
TTL uses replication not clock sync on members of a replica set.
1 parent 05ec3d0 commit f1bedb1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/administration/production-notes.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -643,14 +643,6 @@ operations like the following:
643643
- Features which rely on timekeeping may have inconsistent or
644644
unpredictable behavior in clusters with clock drift between MongoDB
645645
components.
646-
647-
For example, :ref:`TTL indexes <index-feature-ttl>` rely
648-
on the system clock to calculate when to delete a given document. If
649-
two members have different system clock times, each member could
650-
delete a given document covered by the TTL index at a different
651-
time. Since :ref:`sessions` use TTL indexes to control their
652-
lifespan, clock drift could result in inconsistent or unpredictable
653-
session timeout behavior.
654646

655647
NTP synchronization is required for deployments running MongoDB lower
656648
than ``3.4.6`` or ``3.2.17`` with the Wired Tiger storage engine, where

0 commit comments

Comments
 (0)