Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
Description
Description
Adds parameter initialSyncSourceReadPreference; see Initial Sync Semantics documentation.
Description of Linked Ticket
Our current implementation of choosing a sync source for initial sync as well as steady state sync could be improved to include preferences provided by the user for situations including:
- not wanting to sync from the primary to mitigate impact to production applications that are targeting the primary
- preference to sync from a node on the same LAN vs having multiple nodes make the trip across the WAN (even if ping times would dictate otherwise)
- syncing from a specific node based on specific user preference
If the preference is not specified or can not be accommodated then we should fall back to choosing based on latency and currency as we do today.
It would be helpful for the specification of a sync source preference to be part of the replica set configuration so it is easily noticed and easily managed. The log should reflect the preference and the reason it was overridden when need be.
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
Attachments
Issue Links
- documents
-
SERVER-38731 Ability to specify sync source read preference in initial sync
-
- Closed
-
- is duplicated by
-
DOCS-13601 Investigate changes in SERVER-46823: Enable default for index commit quorum as "votingMembers"
-
- Closed
-