-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
ALL
-
200
The TTLCollectionCache::_infoMap maps <UUID, std::vector<Info>> where info stores and expiration type, whether the collection is clustered, and indexName.
It's possible for there to be two identical "Info"s at different positions of the vector. This wasn't intentional and should be re-evaluated.