SaslSCRAMSHA1ClientConversations have a SCRAMSecrets which they 'll pull out of the cache. SCRAMSecrets allocate secure storage in their default constructor, so they may be populated. Instead, SaslSCRAMSHA1ClientConversation and the cache should store shared_ptrs to SCRAMSecret.
- is duplicated by
-
SERVER-29086 Mongod crashed on mlock
- Closed
- is related to
-
SERVER-37435 Improve mlock error log message
- Closed
-
SERVER-28998 Use LRU cache for SCRAMSHA1ClientCache
- Backlog