Hi,

Am 14.06.2017 um 11:55 schrieb Simone Bordet:
Hi,

On Wed, Jun 14, 2017 at 11:34 AM, Simon Kulessa <[email protected]> wrote:
Here a dump (collected via jmx):

org.eclipse.jetty.server.Server@f415a95 - STARTED
  += bootique-http{STARTED,1<=12<=13,i=10,q=0} - STARTED
So the server is indeed idle, i=10 q=0 means 10 idle threads and zero
tasks in the queue.
I currently just use a smaller pool size. The same issue happens also if the pool size is larger, so it does not seem to matter.
Anyway both configuration should be valid.
The thread pool is insanely small if you want to perform load tests,
but still the server is idle, so...

Not much more that we can say: looks like either you don't complete
your responses,
I am not sure what you want to express with that. You mean to say that we never send responses? This is not true, because before the jersey gets stuck I can receive responses correctly.

  or you don't send any request.

When I send a response after jetty has become stuck I get the following output, after I switched jetty into debug mode:

2017-06-14 14:06:04 [bootique-http-33-acceptor-0@23811a09-ServerConnector@d78795{HTTP/1.1,[http/1.1]}{0.0.0.0:10001}] DEBUG o.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@682816da on org.eclipse.jetty.io.ManagedSelector@6d9fb2d1 id=0 keys=796 selected=2

After that nothing happens ...
So I assume this should show that at least the request I send is actually received by the server.

Regards,
Simon Kulessa

--
Mit freundlichen Grüssen
Simon Kulessa
Senior Developer
KOBIL Systems GmbH
Pfortenring 11
67547 Worms/Germany
fon  +49 (0)6241 3004-0
fax  +49 (0)6241 3004-80

Email: [email protected]
Web: www.kobil.com

KOBIL Systems GmbH, Pfortenring 11, 67547 Worms
Sitz und Registergericht Mainz  |  HRB 10856
Geschäftsführer: Ismet Koyun |  Sitz der Gesellschaft: Worms

Die Information in dieser E-Mail ist vertraulich und exklusiv für den 
Adressatenkreis bestimmt.
Unbefugte Empfänger haben kein Recht, vom Inhalt Kenntnis zu nehmen, 
fehlgeleitete E-Mails sind sofort zu löschen.
Die KOBIL Systems GmbH ist von der Richtigkeit des Inhalts und der Übertragung 
dieser E-Mail überzeugt.
Eine Haftung dafür ist jedoch ausgeschlossen.

_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to