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 top-level error labels to write concern error #766

Merged
merged 3 commits into from Jul 27, 2021

Commits on Jul 26, 2021

  1. Add top-level error labels to write concern error

    This will allow the driver to properly retry writes that the server
    has labeled as a RetryableWriteError.
    
    JAVA-4244
    jyemin committed Jul 26, 2021
    Copy the full SHA
    dd11034 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8075637 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Simplify solution

    jyemin committed Jul 27, 2021
    Copy the full SHA
    0c4fe9a View commit details
    Browse the repository at this point in the history