Skip to content

Commit 7265ccf

Browse files
committed
Correct the description of RS monitoring for read prefs section: not everyone uses isMaster for this purpose
1 parent ac3ad13 commit 7265ccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/applications/replication.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ Member Selection
496496
````````````````
497497

498498
Clients, by way of their drivers, and :program:`mongos` instances for
499-
sharded clusters periodically call :dbcommand:`isMaster` on all members of the
500-
replica set to update their view of the set's state, and to determine latency
501-
from the application to each :program:`mongod` instance.
499+
sharded clusters periodically update their view of the set's state: which
500+
members are up or down, which is primary, and the latency to each
501+
:program:`mongod` instance.
502502

503503
For any operation that targets a member *other* than the
504504
:term:`primary`, the driver:

0 commit comments

Comments
 (0)