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

Remove the legacy node role settings #66409

Closed
jasontedor opened this issue Dec 15, 2020 · 3 comments · Fixed by #71163
Closed

Remove the legacy node role settings #66409

jasontedor opened this issue Dec 15, 2020 · 3 comments · Fixed by #71163
Labels
>breaking :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team v8.0.0-alpha1

Comments

@jasontedor
Copy link
Member

In #54998 targeting 7.9.0, we introduced a new node.roles settings for configuring the roles that a node has. These supersede the legacy node settings such as node.data, node.master, etc., which were deprecated in the same release. For example, to configure a dedicated ML node, previously you would use node.ml: true and now you’d use node.roles: [ “ml” ].

We intend to remove the legacy node role settings in the 8.0.0 release of Elasticsearch. This issue is a placeholder for following that work.

@jasontedor jasontedor added >breaking :Core/Infra/Core Core issues without another label v8.0.0 needs:triage Requires assignment of a team area label labels Dec 15, 2020
@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Dec 15, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@hendrikmuhs
Copy link

once decided, node.transform, see TRANSFORM_ENABLED_NODE in org.elasticsearch.xpack.transform.Transform needs to be removed as well.

@jasontedor
Copy link
Member Author

Closed by #71163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team v8.0.0-alpha1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants