Skip to content

DOCS-872 rewrite comments about nearest and tag sets and member selection #564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/applications/replication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ behavior <replica-set-read-preference-behavior>`. See also the
on read operations without preference for current or stale data.

If you specify a :ref:`tag set <replica-set-read-preference-tag-sets>`,
the client attempts to find a secondary member that matches the
specified tag set and directs reads to a random secondary from
the client attempts to find a replica set member that matches the
specified tag set and directs reads to an arbitrary member from
among the :ref:`nearest group <replica-set-read-preference-behavior-nearest>`.

Read operations using the :readmode:`nearest` mode may return stale data.
Expand Down