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

Default node allocation awareness #2827

Closed
anyasabo opened this issue Apr 6, 2020 · 0 comments · Fixed by #3380
Closed

Default node allocation awareness #2827

anyasabo opened this issue Apr 6, 2020 · 0 comments · Fixed by #3380
Labels
>enhancement Enhancement of existing functionality

Comments

@anyasabo
Copy link
Contributor

anyasabo commented Apr 6, 2020

We should consider adding allocation awareness for the node the Elasticsearch pod is on by default. We have some documentation here, and we set the default antiaffinity on the pods to prefer to not be scheduled on the same node. But pods still might be scheduled on the same pod, and this would give Elasticsearch the information it needs to try and spread shards out across nodes in that situation.

We can set it to just try and spread out shards (i.e. not force), and users can override it, so I do not see a downside to adding this by default.

@anyasabo anyasabo added the discuss We need to figure this out label Apr 6, 2020
@botelastic botelastic bot added the triage label Apr 6, 2020
@anyasabo anyasabo added the >enhancement Enhancement of existing functionality label Apr 6, 2020
@botelastic botelastic bot removed the triage label Apr 6, 2020
@thbkrkr thbkrkr removed the discuss We need to figure this out label Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants