10-08-2004 02:46 AM
1. what is the default value of the keepalive timeout. (after which time the service goes dying, if the keepalive packet is not responded)
2. Can I change the keepalive timeout by configuration ?
thanks in advance
sascha
10-11-2004 03:48 AM
The timeout is the frequency minus 2 seconds.
If you change the frequency it will adjust the timeout.
Gilles.
10-11-2004 04:25 AM
I am wondering about this implementation. To my better understanding.
If I configure "keepalive frequency 15".
The timeout value is 13 sec.
So the CSS send it´s keepalive and is waiting 13 sec for the keepalive answer packet ? If the keepalive is not answered after 13 sec the service went to dying ?
It think this value ist very high.
sascha
10-12-2004 03:33 AM
If you select a frequency of 15, it means clearly you can allow 15 seconds before detecting a service is down.
So why only wait 3 seconds or 5 or 7 for the response ?
We wait until frequency - 2.
That does not impact the frequency of keepalive.
That is, if we sent a kal at time T and we do not get a response at T+13 seconds,
we will mark the service dying
But the next keepalive is not sent at T + 13 + 15, it is still sent at T + 15.
If you have a kal retries of 3, it really takes 3 x 15 = 45 seconds to mark the service down.
If this is too much for you, just adjust the frequency.
Regards,
Gilles.
10-12-2004 04:35 AM
thanks for the info.
all clear now
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide