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

Fail invalid incremental cluster state writes #61030

Commits on Aug 12, 2020

  1. Fail invalid incremental cluster state writes

    It is disastrous if we commit an incremental cluster state update
    without having written the full state first. We assert that this doesn't
    happen, but it is hard to fully test the myriad ways that things might
    fail in a messy production environment. Given the disastrous
    consequences it is worth erring on the side of caution in this area.
    This commit fails invalid writes even if assertions are disabled.
    DaveCTurner committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    bca366e View commit details
    Browse the repository at this point in the history