RE: 21 second pause that randomly happens

2018-07-20 Thread David Cleary
: charlie arehart [mailto:charlie_li...@carehart.org] Sent: Thursday, July 19, 2018 12:24 PM To: 'Tomcat Users List' Subject: RE: 21 second pause that randomly happens David? Are you still needing help with this? Your answers to what I ask may help us get you to a solution. /charlie

Re: 21 second pause that randomly happens

2018-07-19 Thread James H. H. Lampert
Could it be related to garbage collection? -- JHHL - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: 21 second pause that randomly happens

2018-07-19 Thread charlie arehart
David? Are you still needing help with this? Your answers to what I ask may help us get you to a solution. /charlie -Original Message- From: charlie arehart Sent: Tuesday, July 17, 2018 01:14 PM To: 'Tomcat Users List' Subject: RE: 21 second pause that randomly happens Going back

RE: 21 second pause that randomly happens

2018-07-17 Thread charlie arehart
Going back to David's original note, you wrote, " We have a customer who is experiencing a random, 21 second pause when using out Tomcat based application server. We believe this may be during a TCP connect and timeout. Logging indicates the pause happens before the request makes it to our back

Re: 21 second pause that randomly happens

2018-07-17 Thread tomcat
Some additional comments in the text below. But as a general comment : neither tomcat nor your application seem to log any error. This suggest that when a connection is established by the client, and it sends a request to tomcat on that conection, it does get processed without error (and

Re: 21 second pause that randomly happens

2018-07-16 Thread Erik G. H. Meade
If all else fails you might want to enable Garbage Colletion (GC) logging to make sure it isn't Full GCs causing the delay. David Cleary wrote: > We have a customer who is experiencing a random, 21 second pause when using > out Tomcat based application server. We believe this may be during a

Re: 21 second pause that randomly happens

2018-07-16 Thread David Cleary
On 16.07.2018 16:35, David Cleary wrote: > 2018-07-16 15:55 GMT+03:00 David Cleary : >>> We have a customer who is experiencing a random, 21 second pause when using >>> out Tomcat > based application server. We believe this may be during a TCP connect and > timeout. Logging > indicates the pause

Re: 21 second pause that randomly happens

2018-07-16 Thread tomcat
On 16.07.2018 16:35, David Cleary wrote: 2018-07-16 15:55 GMT+03:00 David Cleary : We have a customer who is experiencing a random, 21 second pause when using out Tomcat based application server. We believe this may be during a TCP connect and timeout. Logging indicates the pause happens

Re: 21 second pause that randomly happens

2018-07-16 Thread David Cleary
2018-07-16 15:55 GMT+03:00 David Cleary : >> We have a customer who is experiencing a random, 21 second pause when using >> out Tomcat based application server. We believe this may be during a TCP connect and timeout. Logging indicates the pause happens before the request makes it to our back

Re: 21 second pause that randomly happens

2018-07-16 Thread Konstantin Kolinko
2018-07-16 15:55 GMT+03:00 David Cleary : > We have a customer who is experiencing a random, 21 second pause when using > out Tomcat based application server. We believe this may be during a TCP > connect and timeout. Logging indicates the pause happens before the request > makes it to our back

21 second pause that randomly happens

2018-07-16 Thread David Cleary
We have a customer who is experiencing a random, 21 second pause when using out Tomcat based application server. We believe this may be during a TCP connect and timeout. Logging indicates the pause happens before the request makes it to our back end. It mostly happens when we create an initial