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

Oplog entries report collMod 'expireAfterSeconds' field as type 'long'

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution

      Oplog entries log collMod's secondary index 'expireAfterSeconds' field asĀ  type "long" since durationCount yields a "long long". This is inconsistent with the type stored in the durable catalog (SERVER-91498).

      The type is converted back to type 'int' during secondary oplog application ( CollMod::Parse() utilizes the CollModIndex::parse(), which parses 'expireAfterSeconds' back to an int32).

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

              Created:
              Updated: