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

first 700 commits, with instrumentation

From: <kfogel_at_collab.net>
Date: 2001-08-22 02:54:37 CEST

This is an instrumentation Greg and I had been talking about, and that
Albert Chin had suggested here earlier too. Rather than fling this
massive (~4.5M) file around in email, kindly point your browser to

   http://svn.collab.net/mass-commit-instrumented.txt

if you want to see the results. There's a summary at the top of the
page:

----------------------------------------------------------------------
This is the output the first 700 commits from mass-commit, with the
new intrumentation in svn_fs_close_fs() turned on. Some interesting
results:

   1. We don't appear to have any leftover locks or txns, which is
      good. Those numbers are always 0 by the time svn_fs_close_fs()
      is called, as they should be, and all the other numbers look
      about right too.

Fine. However,

   2. It *does* look like svn_fs_close_fs() is getting called more
      than once during the commit process. Not talking about the
      temporary fs's used by svn_ra_local__split_URL(), I mean fs's
      are apparently being closed at various intervals file sending.

That's downright weird. I wonder if we have an overeager pool-freeing
policy going on here?
----------------------------------------------------------------------

Note that, despite point (1), we're still getting the DB "cannot
allocate memory" errors we'd been seeing before, and the "commit
failed: while calling close_edit()" + "unexpected end of svndiff
input" errors too.

There are also some "working copy locked" errors, but I'm pretty sure
those don't matter (i.e., they're a bug, but not one causing the
repository problems).

Thoughts? (Albert?)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:36 2006

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.