[Remote Store] Validation while updating CompatibilityMode setting #13078
Labels
enhancement
Enhancement or improvement to existing feature or request
Storage:Durability
Issues and PRs related to the durability framework
Storage:Remote
Is your feature request related to a problem? Please describe
The following two checks should be implemented while updating the
CompatibilityMode
setting:CompatibilityMode
(STRICT
<-->MIXED
) if all the nodes in the cluster are not of the same open search versionSTRICT
mode if the cluster contains both remote and non-remote nodesDescribe the solution you'd like
This can be accomplished as follows:
TransportClusterUpdateSettingsAction
receives both theClusterUpdateSettingsRequest
andClusterState
objectsCompatibilityMode
can be found inside theClusterUpdateSettingsRequest
objectClusterState
objectRelated component
Storage:Remote
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: