-
Notifications
You must be signed in to change notification settings - Fork 107
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
Performance issues with version 11.0.19 #332
Comments
There is 1.5 years between release of I can suggest some options which can help us narrow down the issue
|
@Mateusz-Krzyszpien I bet you run on a container? 11.0.17 added this change CPU Shares Ignored When Computing Active Processor Count (JDK-8281181) Previous JDK releases used an incorrect interpretation of the Linux cgroups parameter "cpu.shares". This might cause the JVM to use fewer CPUs than available, leading to an under utilization of CPU resources when the JVM is used inside a container. |
Since there's been no response here, assuming you were able to resolve your regression. Please feel free to re-open or cut a new issue if you need any additional assistance. |
@benty-amzn |
Sure, happy to reopen.
|
|
We will run these tests and get back to you |
I have the same issue on a Windows Server 2022, with 11.0.23. |
Thank you for taking the time to help improve OpenJDK and Corretto 11.
If your request concerns a security vulnerability then please report it by email to [email protected] instead of here.
(You can find more information regarding security issues at https://aws.amazon.com/security/vulnerability-reporting/.)
Otherwise, if your issue concerns OpenJDK 11 and is not specific to Corretto 11 we ask that you raise it to the OpenJDK community. Depending on your contributor status for OpenJDK, please use the JDK bug system or
the appropriate mailing list for the given problem area or update project.
If your issue is specific to Corretto 11, then you are in the right place. Please proceed with the following.
Describe the bug
After upgrade from version 11.0.13 to 11.0.19 we could observer that our production Wildfly servers started to utilize CPU up to 100%. Such high utilization made application servers unresponsive. This of course made application unavailable.
After rollback from 11.0.19 to 11.0.13 we could observe that CPU utilization went back to normal 20 - 30 %.
To Reproduce
Unfortunately we were not able to reproduce this issue at lower environments.
Expected behavior
I would like you to check if there are any recent changes to Java code that could create performance issues.
Platform information
openjdk version "11.0.19" 2023-04-18 LTS
OpenJDK Runtime Environment Corretto-11.0.19.7.1 (build 11.0.19+7-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.19.7.1 (build 11.0.19+7-LTS, mixed mode)
The text was updated successfully, but these errors were encountered: