Forum Discussion

Nirav_67406's avatar
Nirav_67406
Icon for Nimbostratus rankNimbostratus
Jul 15, 2014

Connections time out after every 5 minuts.

Hi All

 

In LTM VIP , I have used JBOSS as pool member. Now after every 5 minutes we are seeing connection reset for few connections. And also the response time for the current connection gets high value.

 

Any guesses what is causing high response time after every 5 minutes.

 

I know the TCP ideal timeout is 300 sec. Is there anything else causing this.

 

1 Reply

  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus

    Sure sounds like the 300 second idle timeout for TCP connections.

     

    To verify, dump the connection table for the connections and watch the idle time (Compare it to the Idle Timeout). You'll see it hit 300 seconds (Or whatever the idle timeout is set to) and then should get a reset.

     

    Assuming it is the idle timeout, then to fix, just create a new tcp profile with a longer idle timeout. That assumes you really DO need a longer idle time... The reset could simply be a symptom of something else and is reaping bad connections for you.

     

    H