Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty LoadTests and no available selectors

Hi,

On Tue, Jun 13, 2017 at 1:10 PM, Simon Kulessa <simon.kulessa@xxxxxxxxx> wrote:
> As far as I see these threads are not blocked, basically all of them (before
> they are removed due to inactivity)
> are showing similar thread dumps to this one:

[snip]

So if server threads are not blocked and idle in the thread pool, it's
unlikely that the server will not respond.
I'm guessing you have some other problem.

> We are using a tsung master/client setup across multiple VM's to generated
> the load.
> Even if those have a problem, If I start a new client for a different
> machine, it should not be affected unless
> something on the server is blocking. The only thing I get is a client side
> timeout.

Can you take a server dump as explained here:
http://www.eclipse.org/jetty/documentation/current/jetty-dump-tool.html
?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top