Hi,
I'm running subversion 1.1.0 with a fsfs repository stored on an
NFS mounted disk. Everything had been working fine until I tried to
checkin the latest changes to a file, when svn commit would hang, i.e.
not do anything for ages on a small file. I interupted it and then ran
svn cleanup and then an strace, here is the end of the strace log.
Anyone got any idea whay is going wrong?
Running svnadmin verify gives similar timeout errors
Thanks, Michael
stat64("/proj/aa/svn/repos/db/uuids", {st_mode=S_IFREG|0664,
st_size=1024, ...}) = 0
open("/proj/aa/svn/repos/db/uuids", O_RDWR|O_LARGEFILE) = 12
fcntl64(12, F_SETFD, FD_CLOEXEC) = 0
fstat64(12, {st_mode=S_IFREG|0664, st_size=1024, ...}) = 0
time(NULL) = 1098875184
_llseek(5, 192256, [192256], SEEK_SET) = 0
write(5, "\334\356\2\0R\0\0\0\4\215>\36\2\0\0\0\0i\0\200\0\0\0\0"..., 118) = 118
fsync(5) = 0
time([1098875184]) = 1098875184
pwrite(8, "\0\0\0\0\1\0\0\0\0\0\0\0b1\5\0\t\0\0\0\0\2\0\0\0\t\0\0"...,
512, 0) = 512
pwrite(7, "\203\0\0\0\246\320\2\0\0\0\0\0b1\5\0\t\0\0\0\0\2\0\0\0"...,
512, 0) = 512
pwrite(6, "\0\0\0\0\1\0\0\0\0\0\0\0b1\5\0\t\0\0\0\0\2\0\0\0\t\0\0"...,
512, 0) = 512
pwrite(9, "\203\0\0\0z\310\2\0\0\0\0\0b1\5\0\t\0\0\0\0\2\0\0\0\t\0"...,
512, 0) = 512
pwrite(11, "\203\0\0\0\220\305\2\0\0\0\0\0b1\5\0\t\0\0\0\0\2\0\0\0"...,
512, 0) = 512
pwrite(10, "\203\0\0\0q\254\2\0\0\0\0\0b1\5\0\t\0\0\0\0\2\0\0\0\t\0"...,
512, 0) = 512
pwrite(12, "\0\0\0\0\1\0\0\0\0\0\0\0b1\5\0\t\0\0\0\0\2\0\0\0\t\0\0"...,
512, 0) = 512
pwrite(4, "\202\0\0\0\22d\17\0\0\0\0\0b1\5\0\t\0\0\0\0\2\0\0\0\t\0"...,
512, 0) = 512
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 27 12:18:55 2004