Re: NFS and fsfs: slow commit performance
From: Blair Zajac <blair_at_orcaware.com>
Date: Tue, 18 Jan 2011 10:05:43 -0800
On Jan 18, 2011, at 1:49 AM, Bolstridge, Andrew wrote:
> Hi.
[cc'ing dev_at_s.a.o]
If you're not storing your repositories on NFS, then this patch doesn't help performance, the kernel's fcntl() will block the caller and unblock it when the lock is released.
The sleeps are there to not pound the NFS server with traffic.
I pt in a fixed 25ms sleep and here are the results, which don't look as good as the random sleep:
N is 1567
Percentage of commits by slow systems: 27.1
Blair
|
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.