There is a possible scenario that admin.system.keys collection gets diverged and hence customer gets a signing key that does not exists which causes errors in query processing.
The proposed fix is to use ReadConcern level:majority when reading keys
- causes
-
SERVER-52955 KeysCollectionClientDirect should check if majority read concern is supported by storage engine
- Closed