OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-91-g8d2dbb7
Gerrit Code Review
gerrit@openafs.org
Mon, 25 Oct 2010 17:49:27 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 8d2dbb7a96ed41885dfdb90d672168fd41a31713
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Oct 8 11:51:30 2010 -0500
RX: Force sane timeout values
Currently we do not check the specified timeout values when someone
changes a connection's dead, idle, or hard dead time. However, if the
conn's dead time is larger than the other two times, a loss of network
activity will result in one of the other timeouts getting triggered
first.
To prevent this and possibly other problems from happening, force a
connection's timeouts to always obey the relationship
secondsUntilDead <= idleDeadTime <= hardDeadTime, by checking these
values whenever they are changed.
Change-Id: Ib9a0c65d91b4dc61c8d00381c8266b88b1d89b81
Reviewed-on: http://gerrit.openafs.org/2947
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit 7d6080a841ff8c91052fa708d5be3b582f8a971d)
Reviewed-on: http://gerrit.openafs.org/3065
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/libafsrpc/afsrpc.def | 5 ++++
src/rx/rx.c | 50 ++++++++++++++++++++++++++++++++++++++++-
src/rx/rx.h | 3 --
src/rx/rx_prototypes.h | 2 +
src/shlibafsrpc/libafsrpc.map | 2 +
5 files changed, 58 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository