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

Retry "Exception: not primary" when writing #43

Merged
merged 12 commits into from
Sep 10, 2023
Merged

Retry "Exception: not primary" when writing #43

merged 12 commits into from
Sep 10, 2023

Commits on Sep 10, 2023

  1. Retry "Exception: not primary" when writing

    The clientside cluster view may become outdated, causing us to erroneously write
    to non-primary nodes. If we encounter an error indicating this condition, refresh
    the cluster view, then retry the write once.
    thekid committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    94846f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c18a9 View commit details
    Browse the repository at this point in the history
  3. QA: Reference PR [skip ci]

    thekid committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    caacdf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fd5b51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a73611 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38ae8a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88d5fd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b60fca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9150bb View commit details
    Browse the repository at this point in the history
  10. Fix Values annotation

    thekid committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    de54dd4 View commit details
    Browse the repository at this point in the history
  11. Remove Connection::message()

    thekid committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    8bcb949 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0265d3b View commit details
    Browse the repository at this point in the history