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

performance regression when running admin with jetty 9 #220

Open
brharrington opened this issue Apr 29, 2015 · 1 comment
Open

performance regression when running admin with jetty 9 #220

brharrington opened this issue Apr 29, 2015 · 1 comment

Comments

@brharrington
Copy link
Contributor

In karyon 2.3.0 we are seeing high CPU load due to the admin. The problem goes away with karyon 2.4.0 so I suspect the issue is something with the upgrade to jetty 9. I don't know what the future plans are regarding the jetty version, so this is mostly an FYI for when you plan to move forward again.

Details

After running for a while, it would sometimes take an hour or so, we see a big jump in CPU usage:

karyon-cpu

Jetty threads are using the most CPU:

threads

Results of profiling show:

methods

hotspot

The jars for karyon/jetty were:

  • karyon2-admin-2.3.0.jar
  • karyon2-admin-eureka-plugin-2.3.0.jar
  • karyon2-admin-web-2.3.0.jar
  • jetty-http-9.3.0.M1.jar
  • jetty-io-9.3.0.M1.jar
  • jetty-security-9.3.0.M1.jar
  • jetty-server-9.3.0.M1.jar
  • jetty-servlet-9.3.0.M1.jar
  • jetty-util-9.3.0.M1.jar
@tbak
Copy link

tbak commented Apr 29, 2015

I have observed the same issue + leaking TCP connections in CLOSE_WAIT state. I found two reported issues matching this behavior:

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

No branches or pull requests

2 participants