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
After an upgrade from 2017.7.2 to 2019.2.1 we notice a high CPU load when executing simple modules like : salt '*' test.ping or grains.items which often results to errors.
with `--async` in order to bypass the congested event bus. With `--async`, the CLI
tool will print the job id (jid) and exit immediately without listening for responses.
You can then use `salt-run jobs.lookup_jid` to look up the results of the job in
the job cache later.
On the minion there is a similar error:
[salt.minion :1990][WARNING ][7596] The minion failed to return the job information for job 20191115151501857731. This is often due to the master being shut down or overloaded. If the master is running, consider increasing the worker_threads value.
Setup
We have a single master host with around 450 minions all RHEL 7 and CentOS 7.
The master has 8 CPUs ad 8 GB of memory
Also, 2019.2.1 was pulled due to instability. You should probably go to 2019.2.2 (it was fixed before it was released), or backport that specific change on your own if you can't for some reason.
Description of Issue
After an upgrade from 2017.7.2 to 2019.2.1 we notice a high CPU load when executing simple modules like : salt '*' test.ping or grains.items which often results to errors.
Setup
We have a single master host with around 450 minions all RHEL 7 and CentOS 7.
The master has 8 CPUs ad 8 GB of memory
Salt master configuration:
Steps to Reproduce Issue
When I run below commands, the salt processes goes up to 100% CPU usage .
salt '*' grains.items around 40-50s
salt '*' test.ping around 40-50s
Versions Report
salt --versions-report
The text was updated successfully, but these errors were encountered: