From e98362459c54ce778312aa95ece4362489eab476 Mon Sep 17 00:00:00 2001 From: Asya Kamsky Date: Wed, 6 Jan 2021 11:24:21 -0500 Subject: [PATCH] Remove incorrect TTL reference TTL uses replication not clock sync on members of a replica set. --- source/administration/production-notes.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/administration/production-notes.txt b/source/administration/production-notes.txt index 2a969bd130c..2a327605e91 100644 --- a/source/administration/production-notes.txt +++ b/source/administration/production-notes.txt @@ -659,14 +659,6 @@ operations like the following: - Features which rely on timekeeping may have inconsistent or unpredictable behavior in clusters with clock drift between MongoDB components. - - For example, :ref:`TTL indexes ` rely - on the system clock to calculate when to delete a given document. If - two members have different system clock times, each member could - delete a given document covered by the TTL index at a different - time. Since :ref:`sessions` use TTL indexes to control their - lifespan, clock drift could result in inconsistent or unpredictable - session timeout behavior. NTP synchronization is required for deployments running MongoDB lower than ``3.4.6`` or ``3.2.17`` with the Wired Tiger storage engine, where