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 TODOs from MetaStateService #52646

Merged

Commits on Feb 21, 2020

  1. Remove TODOs from MetaStateService

    7.x nodes permit the on-disk cluster metadata to omit the manifest file in
    order to support upgrades from 6.x. We are similarly lenient in `master`, i.e.
    8.x, but there is no need to be since we must be upgrading from a 7.x node
    which ensures that the manifest file is written.
    
    We prefer to keep this lenience (see elastic#52412) so this commit removes the
    commented-out indications that it should be removed. The new metadata format
    introduced in elastic#50907 means that this whole subsystem will be removed in v9
    anyway.
    
    Relates elastic#38556
    DaveCTurner committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    89af362 View commit details
    Browse the repository at this point in the history