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

admin: reject maintenance mode req on 1 node cluster #4921

Merged
merged 2 commits into from
May 31, 2022

Commits on May 25, 2022

  1. admin: reject maintenance mode req on 1 node cluster

    If a single node cluster puts its only node in maintenance
    mode, then there is no node elegible to become controller
    leader, and all further progress is stopped.
    
    Fixes redpanda-data#4338
    jcsp committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b970b2d View commit details
    Browse the repository at this point in the history
  2. cluster: drop maintenance mode messages on n=1 cluster

    If a system got into the bad state of issue redpanda-data#4338, then
    their cluster is broken until we replay the controller
    log _without_ putting the node into maintenance mode.
    
    Related redpanda-data#4338
    jcsp committed May 25, 2022
    Configuration menu
    Copy the full SHA
    20f3597 View commit details
    Browse the repository at this point in the history