-
Type: Task
-
Resolution: Unresolved
-
Priority: 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).
- depends on
-
SERVER-91498 'expireAfterSeconds' persisted in catalog as multiple types
- Open
- is related to
-
SERVER-92252 Mismatched createIndex logs on mongos vs mongods with floating point expireAfterSeconds
- Closed