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

k8s: Wait for restarted broker to catch up #7594

Commits on Jan 6, 2023

  1. k8s: Wait for restarted broker to catch up

    When rolling restart is performed then the broker might need to catch up with
    other replica. This change will parse /metrics endpoint to see if
    `vectorized_cluster_partition_under_replicated_replicas` is under threshold.
    Rafal Korepta committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    cbfe742 View commit details
    Browse the repository at this point in the history
  2. k8s: Add kminion to e2e tests for artificial load

    Kminion will create artificial load to have any values for
    `vectorized_cluster_partition_under_replicated_replicas` metric.
    Rafal Korepta committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f40b53c View commit details
    Browse the repository at this point in the history