-
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
Payara 5.182 Full stops responding to http-requests if only the console-Logger is activated in admin-panel #2942
Comments
I got the same issue. |
To let you know, we also have had various similar issues we think might be related to logging somehow. We think the logging is somehow broken with some kind of deadlocks or race-conditions present. We actually downgraded our all production servers back to 4.1.2.173 which - in our experience - seems to be the latest version which is stable when running our quite-complex-full-stack-application. We encountered these issues with 4.1.2.181. I'm just adding this comment to possibly help track down the changes in the logging backend (GFFileHandler is our suspect - it had the most deadlocks when we tried to resolve the issue on our servers). As said, 4.1.2.173 is stable for us, versions after that we have had issues with. @oleelo I'd suggest you grab a stack from the VM when it is in deadlock. It might help to know if you happen to have GFFileHandler-related deadlocks in place. http://fastthread.io/ is a great tool to analyze the standard dumps. |
This may be related to #3506 . |
We just had this same problem on payara 5.192. Wasn't able the grab and stack dump since it was a critical production server and we had to rollback quickly to our previous working glassfish |
GFFileHandler log pump
|
Description
Payara 5.182 Full (fresh downloaded - no modifications) stops responding to Http-request after about 5000 requests (jmeter 20 threads in parallel) if only the console-Logger is activated and each requests logs one simple log-entry via java.util-Logging. If the file-logger and the console-logger or only the file logger is activated everything works just fine.
Expected Outcome
The Server continues answering requests and writing logs
Current Outcome
The server stops answering requests after about 5000 requests
Steps to reproduce (Only for bug reports)
Environment
The text was updated successfully, but these errors were encountered: