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

Mark threads as background to prevent conductor thread from keeping processes alive #101

Merged
merged 1 commit into from
Oct 15, 2020

Conversation

Foritus
Copy link
Contributor

@Foritus Foritus commented Oct 12, 2020

I've observed a few circumstances where if a client application crashes and doesn't dispose the Aeron client then the conductor thread will keep the process alive in a zombie state forever. This marks all agent threads as Background to prevent them keeping the process alive.

@Tomius
Copy link

Tomius commented Oct 12, 2020

This also fixes the issue #99

@JPWatson JPWatson merged commit a2ac3e7 into AdaptiveConsulting:master Oct 15, 2020
@szehetner szehetner mentioned this pull request Dec 9, 2020
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.

3 participants