-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2023-07-10
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.
- 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
- Closed