Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Server Serverless 2023-07-10
Description
WiredTigerRecordStore::ns is currently returning a string after we serialize from a string.
That returned string object from `ns()` is then used for logging purposes.
We should refactor the method to return a NamespaceString object directly and then use `toStringForLogging` or `toStringForErrorMessage` when needed.
Attachments
Issue Links
- is depended on by
-
SERVER-74490 Change NamespaceString::ns() to be private
-
- Closed
-
- is related to
-
SERVER-78731 Remove the ns() method on the RecordStore
-
- Backlog
-