[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Retry if NFS gives NOENT or EIO

From: Dan Christian <dchristian_at_google.com>
Date: Wed, 13 Feb 2008 16:15:39 -0800

In theory, this patch isn't needed. In practice it may be a good idea.

Some NFS implementations (e.g. linux-2.6 client with netapp server)
can return NOENT or EIO on files that have been renamed (e.g.
db/current). This is a NFS bug and only happens under load, but it
still might be wise to apply the work around.

[[[
* subversion/libsvn_fs_fs/fs_fs.c
  Work around buggy NFS implementations.
  In addition to retrying on ESTALE, also retry on NOENT and EIO
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-02-14 01:15:55 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.