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

Update Akka configuration to avoid registering JVM shutdown hooks and calling system exit on fatal error #460

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

lbulej
Copy link
Member

@lbulej lbulej commented Nov 19, 2024

Configures default logging levels, disables framework exit on fatal error (harness should do it) and disables JVM shutdown hooks (benchmark should handle it). The idea is that benchmark should not register global hooks that run outside the harness control. The benchmark appears to terminate the actor system properly, so there should be no need for Akka to do this.

@lbulej lbulej marked this pull request as ready for review November 20, 2024 00:00
@lbulej lbulej requested a review from farquet November 20, 2024 00:00
Configures default logging levels, disables framework exit on fatal
error (harness should do it) and disables JVM shutdown hooks (benchmark
should handle it).
@lbulej lbulej requested a review from vhotspur November 20, 2024 10:31
Copy link
Member

@vhotspur vhotspur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@lbulej lbulej merged commit 8c8f07b into master Nov 20, 2024
19 checks passed
@lbulej lbulej deleted the topic/akka-config branch November 20, 2024 13:54
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.

2 participants