-Change blind retry back to normal retry interval. This slows down the case

where close session succeeds but reply is dropped, but is more resistant
to a scenario where a significant network outage actually prevents logout.
When the actual logout is prevented, the bad state is transient, but can persist for about a minute, so work to avoid it


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4657 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-11-23 19:04:31 +00:00
parent 1ddd71f7f0
commit 2b438af097

View File

@ -5637,7 +5637,7 @@ sub closesession()
@message
);
($error,@response) = domsg($sock,\@msg,1,1); #Have a quicker retry on the close session
($error,@response) = domsg($sock,\@msg,$timeout,1); #Have a quicker retry on the close session
if(!$error) {
$code = $response[36-$authoffset];