-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Sharding NYC 2022-11-14, Sharding NYC 2023-02-20
In the function `_createCmdObj` an extra command object is made such that $db can be appended and some fields are removed.
Toy with unsetting the fields using the requestBuilder instead and reevaluate if setting $db is necessary. It might not be if it is always appended by update/delete/findAndModify commands or the transaction api before it is passed to _cluster(Query/Write)WithoutShardKey.