Re: Tomcat Handling close_waits

2020-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Norbert, On 8/16/20 13:16, Norbert Elbanbuena wrote: > I also noticed that while server receives the connection requests, > we are seeing multiple requests from the same sources. Some same > source requests (FIN-WAIT) are all in state while other sa

Re: Tomcat Handling close_waits

2020-08-17 Thread tomcat/perl
rbert -Original Message- From: Paul Carter-Brown Sent: Sunday, August 16, 2020 2:43 PM To: Tomcat Users List Subject: Re: Tomcat Handling close_waits Hi Norbert, The TCP socket states and timers are managed by the underlying OS and not by Tomcat. Can you paste a netstat -an result so I c

RE: Tomcat Handling close_waits

2020-08-16 Thread Norbert Elbanbuena
ge- > From: Norbert Elbanbuena > Sent: Sunday, August 16, 2020 11:35 AM > To: Tomcat Users List > Subject: Tomcat Handling close_waits > > Hi, > > We are experiencing a flood of close_waits in our server. > Interestingly, all of the sessions stuck in close_waits are

Re: Tomcat Handling close_waits

2020-08-16 Thread Paul Carter-Brown
banbuena > Sent: Sunday, August 16, 2020 11:35 AM > To: Tomcat Users List > Subject: Tomcat Handling close_waits > > Hi, > > We are experiencing a flood of close_waits in our server. Interestingly, > all of the sessions stuck in close_waits are sourced from Amazon I

RE: Tomcat Handling close_waits

2020-08-16 Thread Norbert Elbanbuena
omcat Handling close_waits Hi, We are experiencing a flood of close_waits in our server. Interestingly, all of the sessions stuck in close_waits are sourced from Amazon IP addresses. Our second server running the same setup (hardware spec, OS version, Tomcat version, etc.) and had almost the

Tomcat Handling close_waits

2020-08-16 Thread Norbert Elbanbuena
Hi, We are experiencing a flood of close_waits in our server. Interestingly, all of the sessions stuck in close_waits are sourced from Amazon IP addresses. Our second server running the same setup (hardware spec, OS version, Tomcat version, etc.) and had almost the same session count and our ap