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

Autoscaling use adjusted total memory #80528

Conversation

henningandersen
Copy link
Contributor

The current capacity in use in autoscaling would use the full container
memory and not the adjusted total memory. ES sometimes responds with
current_capacity as required_capacity and the current_capacity
therefore need to use the adjusted capacity instead (since the
orchestration should add the memory reservation on top).

Relates #78750

The current capacity in use in autoscaling would use the full container
memory and not the adjusted total memory. ES sometimes responds with
`current_capacity` as `required_capacity` and the `current_capacity`
therefore need to use the adjusted capacity instead (since the
orchestration should add the memory reservation on top).

Relates elastic#78750
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Nov 9, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

Copy link
Contributor

@droberts195 droberts195 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@henningandersen
Copy link
Contributor Author

ci/part-2 build failure in #80305

@elasticmachine run elasticsearch-ci/part-2

@henningandersen
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/part-1
@elasticmachine run elasticsearch-ci/packaging-tests-windows-sample

@henningandersen henningandersen merged commit f381cde into elastic:master Nov 9, 2021
henningandersen added a commit that referenced this pull request Nov 9, 2021
The current capacity in use in autoscaling would use the full container
memory and not the adjusted total memory. ES sometimes responds with
`current_capacity` as `required_capacity` and the `current_capacity`
therefore need to use the adjusted capacity instead (since the
orchestration should add the memory reservation on top).

Relates #78750
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Distributed Coordination/Autoscaling Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. v8.0.0-rc2 v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants