Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-63708

Ensure that TTL indexes work correctly with user write blocking

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Security 2022-03-21

      When user write blocking is enabled, we must not perform TTL monitoring/reaping on user data. However, reaping of system and internal collections must work normally.

      There is no need to synchronize activation of user write blocking mode with the TTL monitor thread.

      We should ensure that the TTL monitor thread, and the operations it issues, are affected by write blocking mode. We should write JS integration tests to validate that TTL indexes are disabled on user collections, and functioning on administrative collections.

      A collection needs to be on one of the following databases to be considered administrative:

      • admin
      • local
      • config

      system. collections should not necessarily be considered administrative.

            Assignee:
            spencer.jackson@mongodb.com Spencer Jackson
            Reporter:
            spencer.jackson@mongodb.com Spencer Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: