Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing retryable write case to pseudo code #1451

Closed

Conversation

kkloberdanz
Copy link
Contributor

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

  • CSOT is not enabled and one retry was attempted.

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

Related to: DRIVERS-1807

Please complete the following before merging:

  • Update changelog.
  • Make sure there are generated JSON files from the YAML test files.
  • Test changes in at least one language driver.
  • Test these changes against all server versions and topologies (including standalone, replica set, sharded clusters, and serverless).

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

- CSOT is not enabled and one retry was attempted.

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

Related to: DRIVERS-1807
@kkloberdanz
Copy link
Contributor Author

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

Closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant