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

Do not perform Redpanda decommission based on annotation #161

Merged
merged 2 commits into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. Do not perform Redpanda decommission based on annotation

    Calling decommission in the case of changing Pod annotation might be not
    possible if Pod was removed along with its annotation where previous
    Redpanda ID was stored. There is dedicated function to handle Ghost
    brokers.
    
    Reference
    
    redpanda-data/redpanda#9750
    
    redpanda-data/redpanda#13298
    redpanda-data/redpanda#13132
    
    redpanda-data/helm-charts#253
    redpanda-data/redpanda#12847
    RafalKorepta committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    552ba34 View commit details
    Browse the repository at this point in the history
  2. Decommission brokers when Redpanda reports additional not alive nodes

    By reducing broker list to only the one that are not running as Pod and
    are reported as not alive.
    RafalKorepta committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7775d42 View commit details
    Browse the repository at this point in the history