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

Remove IncrementalClusterStateWriter & related code #79738

Commits on Oct 25, 2021

  1. Remove IncrementalClusterStateWriter & related code

    Today there is no code that uses `IncrementalClusterStateWriter` (except
    its tests) and the only places that use `MetaStateService` to write
    state are tests that simulate upgrade from pre-7.6.0 versions too. This
    commit removes the dead `IncrementalClusterStateWriter` class and moves
    the write methods of `MetaStateService` into the test framework.
    DaveCTurner committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    95b6951 View commit details
    Browse the repository at this point in the history