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 support for retrying identity entity reads #1263

Merged
merged 8 commits into from
Dec 20, 2021

Commits on Dec 20, 2021

  1. Add support for retrying identity entity reads

    This fix contains a mitigation that retries stale reads from a
    performance standby.
    benashz committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    3e89397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baa386f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68fbd2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b618e49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fabead View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    725941b View commit details
    Browse the repository at this point in the history
  7. Move CCC client setup to util

    - compute connection timeout from configured backoff function.
    benashz committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    21c490f View commit details
    Browse the repository at this point in the history
  8. Work around nil pointer in api.Client and ReadYourRights

    - when setting ReadYourRights() on client instance that already has this
      feature set, the client's replicationStore is re-initialized to nil.
    benashz committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    0f3d984 View commit details
    Browse the repository at this point in the history