-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2022-12-12, Server Serverless 2022-12-26
-
2
We currently do not serialize properly the namespace for the CursorResponse object.
We need to make use of the NamespaceStringUtil::serialize everywhere we parse the NamespaceString in order not to drop the tenantId prefix from a namespace.
There is the cursor_response_test.cpp file that can be used to test the changes. We can look at the roundTripThroughCursorResponseBuilderWithPartialResultsReturned for inspiration on how to test this.
- is duplicated by
-
SERVER-70067 Have DBClientCursor to include tenant information while parsing the returned cursor response in multitenancy environment
- Closed