-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 01112017-cleanup
-
Component/s: Server
-
Labels:None
-
# Replies:3
-
Last comment by Customer:true
-
Actual Time:8
Find all occurrences of statements similar to:
reading from the primary guarantees that read operations reflect the latest version of a document
cases of 2 members transiently thinking they're both primaries – partial network partition; if primary not responsive, will trigger an election, and primary starts responding when election on new primary finishes
old primary has a write that will be rolled back, but people still reading from old primary
FAQ – consistency – already part of DOCS-5141
Where appropriate, note the visibility of data (by other clients prior to returning from write as well as visibility of data that will be rolledback)
- is related to
-
DOCS-5141 can you document more behavior for read isolation
-
- Closed
-
-
DOCS-5309 Create Consistency/Isolation/Recency page
-
- Closed
-
-
SERVER-17975 Stale reads with WriteConcern Majority and ReadPreference Primary
-
- Closed
-