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

Aggregator completion thread needs to be daemon #291

Merged
merged 1 commit into from
May 1, 2023

Conversation

dsgrieve
Copy link
Member

@dsgrieve dsgrieve commented May 1, 2023

Aggregator uses Executors.newSingleThreadExecutor() to execute the onCompletion task. This creates a non-daemon thread which prevents the JVM from exiting.

@karianna karianna merged commit 92b07d9 into main May 1, 2023
5 checks passed
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

2 participants