We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3ad13 commit 7265ccfCopy full SHA for 7265ccf
source/applications/replication.txt
@@ -496,9 +496,9 @@ Member Selection
496
````````````````
497
498
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.
+sharded clusters periodically update their view of the set's state: which
+members are up or down, which is primary, and the latency to each
+:program:`mongod` instance.
502
503
For any operation that targets a member *other* than the
504
:term:`primary`, the driver:
0 commit comments