You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the call context.currentCapacity() may result in null (see JavaDoc)
/**
* Return current capacity of nodes governed by the policy. Can be null if the capacity of some nodes is unavailable. If a decider
* relies on this value and gets a null current capacity, it should return a result with a null requiredCapacity (undecided).
*/
AutoscalingCapacity currentCapacity();
Elasticsearch Version
7.17.24
Installed Plugins
No response
Java Version
bundled
OS Version
N/A
Problem Description
In MlMemoryAutoscalingDecider.java:
the call context.currentCapacity() may result in null (see JavaDoc)
However MlMemoryAutoscalingCapacity.from(null) crashes.
Steps to Reproduce
N/A
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: