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 schema and tests for cluster routing awareness and decommission. #524

Merged
merged 12 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. Added schema for cluster routing awareness.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    221af52 View commit details
    Browse the repository at this point in the history
  2. Use YAML.parse to coerce defaults.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    671704d View commit details
    Browse the repository at this point in the history
  3. Added a 2-node cluster to test decommission awareness.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6c25143 View commit details
    Browse the repository at this point in the history
  4. Added request and response schemas for .

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    edc5d6f View commit details
    Browse the repository at this point in the history
  5. Also set weight for zoneB.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    54848cc View commit details
    Browse the repository at this point in the history
  6. Dump logs from multiple containers.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    956fb59 View commit details
    Browse the repository at this point in the history
  7. Added tests for /_cluster/reroute.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    484d7a4 View commit details
    Browse the repository at this point in the history
  8. Refactor Output into a structure.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    eac56e0 View commit details
    Browse the repository at this point in the history
  9. Avoid conditioning twice.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3d3e7bb View commit details
    Browse the repository at this point in the history
  10. Avoid flaky test.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    009e7e6 View commit details
    Browse the repository at this point in the history
  11. Removed unneeded data.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0d5878e View commit details
    Browse the repository at this point in the history
  12. Added test for /_cluster/voting_config_exclusions.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    358d3d5 View commit details
    Browse the repository at this point in the history