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

Re: ISSUE: "To many open files" not being logged by master server when sync fails.

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 04 May 2012 11:09:26 +0100

Kenneth Miles <kmiles_at_voyagergaming.com> writes:

>> I'm not sure if a specific revision is causing the issue. But it
>> always fails replaying on a certain revision number as seen in the
>> stack trace.
>>
>> It is definitely opening multiple files more than once. It closes
>> all file handles once the abort-edit is sent.
>>
>> Can i check anything else?
>>
>
> There are 1054 file adds and 1054 property changes on those files.

I can't reproduce it. Are you able to come up with a complete recipe?
Starting with "svnadmin create", doing a checkout, adding files, setting
properties, commiting, "svnsync init", etc.

Failing that can you tell us which files are open? Look in /proc/NNN/fd
or perhaps

  strace -etrace=open,close -fp NNN

where NNN is the svnserve process ID will help.

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2012-05-04 12:10:05 CEST

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.