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

New TTL indexes parsed with 'expireAfterSeconds' type kNonInt

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • ALL
    • v8.0
    • Execution Team 2024-06-24, Execution Team 2024-07-08
    • 200

      InvalidTTLIndexFixer can find 'expireAfterSeconds' of type kNonInt when running on data generated from the newest version of mongod.

      SERVER-77828 aimed to normalize expireAfterSeconds into an int on creation/collMod. The InvalidTTLIndexFixer runs on stepUp() to normalize any legacy data from older versions during upgrade.

      We should investigate why it still finds kNonInt 'expireAfterSeconds' on non-legacy data.

            Assignee:
            haley.connelly@mongodb.com Haley Connelly
            Reporter:
            haley.connelly@mongodb.com Haley Connelly
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: