Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 7.4.4 using 100% CPU (apparently in SelectChannelConnector)

Hi, seems like this is something of a long standing problem (JETTY-937) but we're seeing it on the latest release of Jetty. I saw this thread which appeared to be a similar issue with SslSocketConnector:

http://dev.eclipse.org/mhonarc/lists/jetty-users/msg01322.html

Our problems were much worse with Jetty 7.4.2. Jetty 7.4.4 seemed to improve things, to where we're seeing the problem far less frequently, but it's still there. Rolling back to Jetty 7.3.1 seems to have fixed our problems, AFAICT.

Here's a thread dump of one of our JVMs in the 100% CPU state:

https://raw.github.com/gist/1112980/fcc6bd9d5882ad9ce7f9f5584c52f75e2b6d059b/kirk-stackdump.txt

All threads are blocked except Jetty's acceptor threads, which are consuming 100% CPU.

--
Tony Arcieri
Strobe Inc.


Back to the top