File tree Expand file tree Collapse file tree 7 files changed +6
-226
lines changed Expand file tree Collapse file tree 7 files changed +6
-226
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11define: prefix docs/drivers/node
22define: base https://www.mongodb.com/${prefix}
3- define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 master
3+ define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 master
44
55raw: ${prefix}/ -> ${base}/current/
66raw: ${prefix}/stable -> ${base}/current/
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ You can subscribe to any of the following SDAM events:
6767 primary or a **mongos** proxy disconnecting.
6868
6969 * - ``serverHeartbeatStarted``
70- - Created prior to issuing an ``isMaster `` command to a MongoDB instance.
70+ - Created prior to issuing a ``hello `` command to a MongoDB instance.
7171
7272 * - ``serverHeartbeatSucceeded``
73- - Created when the ``isMaster `` command returns successfully from a
73+ - Created when the ``hello `` command returns successfully from a
7474 MongoDB instance.
7575
7676 * - ``serverHeartbeatFailed``
77- - Created when an ``isMaster `` command issued to a specific MongoDB
78- instance fails to return a successful response
77+ - Created when a ``hello `` command issued to a specific MongoDB
78+ instance fails to return a successful response.
7979
8080Example Event Documents
8181-----------------------
@@ -186,7 +186,7 @@ serverHeartbeatSucceeded
186186 hosts: [ 'localhost:27017' ],
187187 setName: 'rs',
188188 setVersion: 1,
189- ismaster : true,
189+ isWritablePrimary : true,
190190 secondary: false,
191191 primary: 'localhost:27017',
192192 me: 'localhost:27017',
You can’t perform that action at this time.
0 commit comments