-
Notifications
You must be signed in to change notification settings - Fork 304
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
PAYARA-486 - Fixed wrong session count after failover #561
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
jenkins test please |
All tests have passed |
PAYARA-486 - Fixed wrong session count after failover
At random time, I have threads stuck around the Here are some more information from server.log and jstack. Soon after this exception appears in server.log, more and more threads will be stuck with the following stack trace, with
Those threads quickly pile up and consume all CPUs. At other time, one thread gets stuck like this, and spins on one core:
Gradually, more threads fall into this state, each consumes one core fully. There are no relevant output in server.log |
I've created an internal issue PAYARA-1224 for this to make it thread safe. |
FISH-6043 Configuring Payara Notification Logging Service causes NullPointerException
No description provided.