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

Fix master crash on ctl-c for long-running job #34490

Merged
merged 2 commits into from
Jul 7, 2016

Conversation

cachedout
Copy link
Contributor

This was causing events to loop into the reactor, spiking CPU and leaking memory.

Fixes #34439

This was causing events to loop into the reactor, spiking CPU and leaking memory.
@rallytime
Copy link
Contributor

@cachedout Just a tiny lint error. :)

@ahammond
Copy link
Contributor

ahammond commented Jul 6, 2016

I think I've seen this or similar to this a number of times.

@cachedout
Copy link
Contributor Author

@ahammond I wouldn't be surprised. The loop is spinning and chews through memory as fast as the CPU can malloc it.

@cachedout
Copy link
Contributor Author

@rallytime Thanks. Fixed.

@rallytime rallytime merged commit 2dc937e into saltstack:2016.3 Jul 7, 2016
@edgan
Copy link
Contributor

edgan commented Jul 7, 2016

Confirmed, that fixes it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants