mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

Add missing retryable write case to pseudo code #1451

Closed kkloberdanz closed 1 year ago

kkloberdanz commented 1 year ago

The pseudo code example for executing retryable write commands was missing the case below:

This corrects the pseudo code to unify it with the prose description.

Related to: DRIVERS-1807

Please complete the following before merging:

kkloberdanz commented 1 year ago

The original pseudo code has some additional errata, which is documented in the ticket: https://jira.mongodb.org/browse/DRIVERS-2695

Closing for now.