Skip to content

Commit 863ebbd

Browse files
author
Ed Costello
committed
DOCS-872 rewrite comments about nearest and tag sets and member selection
1 parent 8166735 commit 863ebbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/applications/replication.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ behavior <replica-set-read-preference-behavior>`. See also the
284284
on read operations without preference for current or stale data.
285285

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

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

0 commit comments

Comments
 (0)