-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
None
-
None
-
None
-
None
-
None
-
None
-
None
ReplyBuilderInterface::augmentReplyWithStatus duplicates CommandHelpers::appendCommandStatusNoThrow, supposedly to avoid a cyclic library dependency. The former is used primarily by mongod/mongocryptd, whereas the latter is primarily used by mongos, so any deviations can create behavioral differences between the two. We should unify these implementations to eliminate the risk of divergence.
ReplyBuilderInterface::augmentReplyWithStatus is owned by NO whereas CommandHelpers::appendCommandStatusNoThrow is owned by SP. I'm going to assign this to SP since it concerns standardizing an API.
- related to
-
SERVER-99915 FLE2 findAndModify should also return WCE from transaction API result
-
- Closed
-