-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding NYC 2022-06-13
-
2
https://github.com/10gen/mongo/blob/6ff7c3a190cde6d3407fd5fae9006911a2216293/src/mongo/db/sessions_collection.cpp#L241 Here, we are using the implicit default read concern when we want to use read concern local. This is not ideal since the default read concern can be changed by the client. It would be better to use the local read concern explicitly here.
- is related to
-
SERVER-45692 Ensure all internal inter-node commands which accept read/write concern explicitly specify it
- Closed
- related to
-
SERVER-62214 Use explicit read concern in InitialSyncer and CollectionCloner
- Closed
-
SERVER-62713 Ensure internal readers set explicit read concerns
- Backlog