The following commit has been merged in the master branch:
commit 46f7bbb19dbb697e626a20363ff23ad2fe0ee4c0
Author: Andrew Deason <[email protected]>
Date:   Wed Sep 9 09:22:02 2009 -0500

    Do not respond to SYNC_COM_CHANNEL_CLOSE requests
    
    SYNC clients, when closing a channel, send a SYNC_COM_CHANNEL_CLOSE
    command, and immediately disconnect before waiting for a response. So,
    don't send a SYNC response, since by the time we send it, the other end
    will most likely have already hung up, causing a lot of needless
    'SYNC_putRes: write failed' messages whenever a SYNC channel is closed
    (e.g. when a demand-salvage finishes).
    
    Reviewed-on: http://gerrit.openafs.org/434
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/vol/fssync-server.c   |    7 ++++++-
 src/vol/salvsync-server.c |    7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

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

Reply via email to