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
internal_plugin.nomad-apm: collected node pool resource data: allocated_cpu=2924 allocated_memory=5460 allocatable_cpu=35200 allocatable_memory=15608
While I have 3 VMs in my asg, with each 2G of memory.
I do have a lot of clients in 'ready' state according to Nomad, but these are all no longer there and are ineligible.
Hi @hsmade and thanks for raising this issue. It looks like we do not check a nodes eligibility when filtering nodes which is used by the Nomad APM to calculate resource totals. I think adding a conditional here, to ensure the node is "eligible" would resolve this problem.
While I have 3 VMs in my asg, with each 2G of memory.
I do have a lot of clients in 'ready' state according to Nomad, but these are all no longer there and are ineligible.
Because of this, the autoscaler tries to scale in even more, until it hits my min-limit.
The text was updated successfully, but these errors were encountered: