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

release-24.3: server: don't Fatal in response to cluster setting #132937

Open
wants to merge 1 commit into
base: release-24.3
Choose a base branch
from

Commits on Oct 17, 2024

  1. server: don't Fatal in response to cluster setting

    This cluster setting is protecting in-development features. While we
    don't expect users to ever set this, if a user were to happen to find
    the cluster setting and enable it, we don't want that to result in a
    process crash.
    
    Here, we add a validation such that the user can't set the relevant
    setting to true in production and also remove a log.Fatal just in
    case.
    
    Epic: none
    Release note: None
    stevendanna committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0448700 View commit details
    Browse the repository at this point in the history