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

Added a replacement for the default cluster node in the event of failure. #2463

Merged
merged 8 commits into from Dec 1, 2022

Commits on Nov 20, 2022

  1. Added a replacement for the default cluster node in the event of fail…

    …ure. Handles failovers better.
    barshaul committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    b69fa00 View commit details
    Browse the repository at this point in the history
  2. Added ClusterNode type

    barshaul committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    9cfa7ca View commit details
    Browse the repository at this point in the history
  3. Fixed typing

    barshaul committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    f8060b7 View commit details
    Browse the repository at this point in the history
  4. Reverted change in test_auth: we'll replace the default node only for…

    … commands we allow to retry on
    barshaul committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    b3ab42a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Changed determine_nodes to return only the target nodes, added a comp…

    …arison to determine whether a node is the default node instead
    barshaul committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    484861e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    4cfa069 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Changed async clusterPipeline default node to be replaced only if a r…

    …elevant exception was thrown from that specific node
    barshaul committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2388569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de43a3a View commit details
    Browse the repository at this point in the history