OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2640-ge513799
Gerrit Code Review
gerrit@openafs.org
Tue, 3 Jul 2012 08:04:17 -0700 (PDT)
The following commit has been merged in the master branch:
commit e513799232f72ce9deabe5097f06f42d4ce09bf2
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Jun 18 10:10:32 2012 -0400
Windows: Do not permit RDR worker threads to quit
If the DeviceIoControl from the service's redirector worker threads
fails the thread will terminate. This is a problem because if all
of the threads quit the afs redirector will end up deadlocking
all requests since there will be no method of delivering them to
the service. If there is an error log it (if possible), and retry.
Hopefully it will be transient.
Change-Id: I3ce5e338e41fd71c5289fe778789f0300c0b5ecd
Reviewed-on: http://gerrit.openafs.org/7627
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/user/RDRInit.cpp | 26 ++++++++++++++++----------
1 files changed, 16 insertions(+), 10 deletions(-)
--
OpenAFS Master Repository