Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Serialization version check in Shutdown Status
The version used to determine whether we should serialize the allocation decisions as part of the Shutdown Status response was not updated after elastic#78727 was merged. This causes very confusing errors in mixed 8.x/7.16.x clusters. Note: The version constant was updated in the backport to 7.16, but not in 8.x. This is good, as at time of writing, 7.16 has shipped, but 8.0 has not.
- Loading branch information