Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
Security 2022-07-11, Security 2022-07-25, Security 2022-08-08, Security 2022-08-22
Description
Currently, when mongos receives a findAndModify command, it occasionally attempts to update the shardKey on the collection. When it attempts to update the findAndModify command, it splits the command into a delete and an insert. However, the encryptionInformation struct is not propagated to the new delete and insert command. We should find a way to pass the relevant information from the encryptionInformation struct into the findAndModify command.
This will also affect update.
Attachments
Issue Links
- related to
-
SERVER-66662 Block insertion into __safeContent__
-
- Closed
-