The following commit has been merged in the master branch:
commit a1b5a1d42280753de13094006dcc130fede978a1
Author: Jeffrey Altman <[email protected]>
Date:   Sun Nov 17 23:03:43 2013 -0500

    Windows: cm_Analyze retries vs CM_REQ_NORETRY
    
    CM_REQ_NORETRY is set by threads that want all errors returned
    immediately.  However, there are some errors that should never
    be returned:
    
      RX_MSGSIZE
      RX_CALL_BUSY
      VNOSERVICE
      RX_CALL_IDLE
      RXKADEXPIRED
      VICECONNBAD
      VICETOKENDEAD
    
    For these errors even if the thread has requested no retries a RPC
    retry must be performed.
    
    Change-Id: I692f65a9fdbbf27fc880ac8912fc72c1d1357c6d
    Reviewed-on: http://gerrit.openafs.org/10470
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/cm_conn.c |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to