OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_2a-51-g6082403

Gerrit Code Review gerrit@openafs.org
Thu, 8 Dec 2011 08:15:19 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 60824032b97b7975f68751a38a4535546e781612
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Dec 8 10:00:57 2011 -0500

    Windows: increase timeout for extent request retries
    
    The AFS Redirector requests file data extents from the afsd_service.exe.  If
    it does not receive the requested extent within 10 seconds it issues another
    request for that extent.  Extent processing in the afsd_service is handled
    by background daemons that process tasks serially from a work queue.   When
    the load on the system is large enough that satisfying the work queue takes
    longer than 10 seconds, the redirector would retry the request.  This would
    increase the length of the work queue and increase lock contention.
    
    Increasing the timeout period for extent retries to two minutes
    significantly reduces the number of retry attempts while maintaining
    protection against a lost extent request.  Two minutes is selected because
    that is the rx hard dead call timeout.
    
    Reviewed-on: http://gerrit.openafs.org/6237
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry picked from commit f238d4854d1f32836228f2d191c8a9d265d4b181)
    
    Change-Id: I13003826aee5a2d110e03e6b3293d60fabe7eed8
    Reviewed-on: http://gerrit.openafs.org/6239
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsrdr/kernel/lib/Include/AFSDefines.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository