forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove IncrementalClusterStateWriter & related code (elastic#79738)
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.
- Loading branch information
1 parent
a2c3298
commit 932523e
Showing
8 changed files
with
135 additions
and
1,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.