File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
server-discovery-and-monitoring Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,6 @@ Drivers MUST then retry the operation as many times as necessary until any one o
318318
319319- CSOT is enabled and the operation times out per
320320 [ Client Side Operations Timeout: Retryability] ( ../client-side-operations-timeout/client-side-operations-timeout.md#retryability ) .
321-
322321
323322- CSOT is not enabled and one retry was attempted.
324323
Original file line number Diff line number Diff line change @@ -240,7 +240,6 @@ Fields:
240240 Default null. (Only mongos and shard servers record this field when monitoring config servers as replica sets, at
241241 least until
242242 [ drivers allow applications to use readConcern "afterOptime".] ( ../max-staleness/max-staleness.md#future-feature-to-support-readconcern-afteroptime ) )
243-
244243
245244- (=) ` type ` : a [ ServerType] ( #servertype ) enum value. Default Unknown.
246245
@@ -898,7 +897,7 @@ else:
898897 ):
899898 # Stale primary.
900899 # The error field MUST include the substring "primary marked stale due to electionId/setVersion mismatch"
901- replace serverDescription with a default ServerDescription of type " Unknown"
900+ replace serverDescription with a default ServerDescription of type " Unknown"
902901 checkIfHasPrimary()
903902 return
904903
Original file line number Diff line number Diff line change @@ -1265,7 +1265,6 @@ The structure of each object is as follows:
12651265 When `failureIsRedacted` is present and its value is `true`, the test runner MUST assert that a failure is present and
12661266 that the failure has been redacted according to the rules defined for error redaction in the
12671267 [command logging and monitoring specification](../command-logging-and-monitoring/command-logging-and-monitoring.md#security).
1268-
12691268
12701269 When `false`, the test runner MUST assert that a failure is present and that the failure has NOT been redacted.
12711270
You can’t perform that action at this time.
0 commit comments