The following commit has been merged in the master branch:
commit 168f69db1995c0bce4daad2e4af1558282c2f80c
Author: Jeffrey Altman <[email protected]>
Date:   Fri Apr 16 00:31:58 2010 -0400

    Windows: define new event log messages for cm_Analyze VBUSY, VRESTARTING, 
etc.
    
    Add MSG_SERVER_REPORTS_VBUSY, MSG_SERVER_REPORTS_VRESTARTING,
    MSG_ALL_SERVERS_BUSY, MSG_ALL_SERVERS_OFFLINE,
    and MSG_ALL_SERVERS_DOWN.
    
    Add event message throttling.  Only permit one copy of a message
    to be generated every five seconds if the message will duplicate
    the prior message.  This often occurs when a server or volume becomes
    inaccessible and there were a large number of requests queued on it.
    
    Integrate these new messages into cm_Analyze processing for VBUSY,
    VRESTARTING, ALLDOWN, ALLOFFLINE, and ALLBUSY errors.
    
    LICENSE MIT
    
    Change-Id: Ib30595ded23724810e294133fa75873e20ffbf0b
    Reviewed-on: http://gerrit.openafs.org/1762
    Tested-by: Jeffrey Altman <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/afsd_eventlog.c       |   82 +++++++++++++++++++++++++++++-----
 src/WINNT/afsd/afsd_eventmessages.mc |   43 +++++++++++++++++-
 src/WINNT/afsd/cm_conn.c             |   60 +++++++++++++++++++++---
 3 files changed, 164 insertions(+), 21 deletions(-)

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

Reply via email to