forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] fixing MlMetadata backwards compatibility with 7.x (elastic#80041)
Since 7.13, MlMetadata with reset mode has been serializable. But, this was never adjusted in the 8.0.0 branch. This commit fixes a serialization bug currently present in alpha + beta1 releases of Elasticsearch 8.0.0. When MlMetadata exists in a cluster, a rolling upgrade, or mixed-version environment may fail to serialize cluster state between 8.0.0 nodes and nodes 7.13-7.16
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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
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