-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Queryable Encryption
-
None
-
Fully Compatible
-
Security 2022-07-11, Security 2022-07-25, Security 2022-08-08, Security 2022-08-22
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.
- related to
-
SERVER-66662 Block insertion into __safeContent__
- Closed