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

XMLWordPrintableJSON

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

      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
              Reporter:
              Haley Connelly
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: