From 863ebbd9b22f1c8278622cef8acf9d21e885390f Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Wed, 16 Jan 2013 12:23:54 -0500 Subject: [PATCH] DOCS-872 rewrite comments about nearest and tag sets and member selection --- source/applications/replication.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/applications/replication.txt b/source/applications/replication.txt index 06fc41ada93..380f2e2650a 100644 --- a/source/applications/replication.txt +++ b/source/applications/replication.txt @@ -284,8 +284,8 @@ behavior `. See also the on read operations without preference for current or stale data. If you specify a :ref:`tag set `, - 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 `. Read operations using the :readmode:`nearest` mode may return stale data.