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

[Remote Cluster State] Add toXContent and fromXContent for DiscoveryNodes #13691

Open
shiv0408 opened this issue May 15, 2024 · 0 comments · May be fixed by #13576
Open

[Remote Cluster State] Add toXContent and fromXContent for DiscoveryNodes #13691

shiv0408 opened this issue May 15, 2024 · 0 comments · May be fixed by #13576
Labels
Cluster Manager enhancement Enhancement or improvement to existing feature or request

Comments

@shiv0408
Copy link
Member

Is your feature request related to a problem? Please describe

Parent project: Cluster State Publication using Remote State
Meta issue: #13683

Describe the solution you'd like

To upload and recreate the cluster state after downloading the state from remote, we need to have proper serialization and de-serialization methods for the DiscoveryNodes object. So, need to update the current toXContent methods for DiscoveryNodes and DiscoveryNode classes to include all necessary attribute which are needed to recreate the object when we need to recreate the object from remote.

Related component

Cluster Manager

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cluster Manager enhancement Enhancement or improvement to existing feature or request
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

2 participants