-
Notifications
You must be signed in to change notification settings - Fork 306
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
FISH-9222 bugfix: disable PayaraExecutorService events before server shuts down #6880
FISH-9222 bugfix: disable PayaraExecutorService events before server shuts down #6880
Conversation
4ee27fe
to
4ddb099
Compare
@Pandrex247 Another one for you :) |
|
4ddb099
to
6d2cdde
Compare
…tead of SERVER_SHUTDOWN, thus avoiding exceptions when events run during server shutdown
6d2cdde
to
583230d
Compare
@lprimak I tried to replicate but no success until now, as you said Do I need to shutdown the server with the monitor console enable for around 30 times? If you have clear steps to replicate please share to me |
Sorry, this happens only on CI server. Only rarely. I have no reliable reproducer for you unfortunately, but it's pretty clear what happens here though. |
I've managed to see that error on Windows.
|
@lprimak @Pandrex247 I already replicated the issue on windows following the steps you shared @Pandrex247 thank you: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
yes with this fix now the threads are finishing correctly and logs are clean, without any issue after shutdown deployment groups |
@lprimak thank you for your contribution, this was already merged |
…eption FISH-9222 bugfix: disable PayaraExecutorService events before server shuts down
Description
Disable PayaraExecutorService events before server shuts down.
Prevents exceptions on shutdown as described in linked issue
fixes #6879