non-deterministic Berkeley DB-error "../db:\n Not enough space"
From: Klaus Fehlker <lythie_at_web.de>
Date: 2004-09-23 20:27:57 CEST
Hello,
I have a repository of approx 800MB in size. When I want to checkin approx. 650 files of totally 300MB Subversion gives me 3-4 times the db:/Not-enough-space-error below (excerpt from apache's error.log). Then the commit succeeds.
When I try to checkin a small amount of data the commit succeeds at the first time. Same with one big file of approx 700MB.
The error happens to be in multiple repositories (../design/db and ../ps/db in the err-msg below) lying all in the same folder (../svn). I checked in the bunch of files with the TortoiseSVN-client over a network, the big file with the commandline-tool itself directly from the server.
On www.contractor.se I found some people reporting a similar error, relating it to a Berkeley-problem with two CPUs or RAID-5 systems, but that threat ended unfinished. In the end they suspected the client to be the fault - which might be the case here as well (s. configuration below).
Since the error is not reproducible, I would love to find someone with similar problems and a solution before I go out and try multiple configurations. Any hints are also appreciated.
This is my configuration:
Server:
HP rp5430
OS HP-UX 11i, B.11.11
2 CPUs
Approx. 100GB free disk space
No quota for the user that started apache.
Apache 2.49
Berkeley DB 4.2.52
Subversion 1.0.2 (r9423)
Client:
TortoiseSVN 1.0.8 (r1430), build against Subversion 1.0.6 (r10360)
The error message:
[Wed Sep 15 13:20:00 2004] [error] [client 2.46.100.50] (20014)Error string not specified yet: Berkeley DB error while opening environment for filesystem /u00/svn/design/db:\nNot enough space
[Wed Sep 15 13:20:00 2004] [error] [client 2.46.100.50] Could not fetch resource information. [500, #0]
[Wed Sep 15 13:20:00 2004] [error] [client 2.46.100.50] Could not open the requested SVN filesystem [500, #160029]
[Wed Sep 15 13:20:00 2004] [error] [client 2.46.100.50] (12)Not enough space: Could not open the requested SVN filesystem [500, #160029]
[..]
[Tue Sep 21 11:22:42 2004] [error] [client 2.46.100.50] (20014)Error string not specified yet: Berkeley DB error while opening environment for filesystem /u00/svn/ps/db:\nNot enough space, referer: http://2.33.177.92/svn/ps/htmldocs/integration.html
[Tue Sep 21 11:22:42 2004] [error] [client 2.46.100.50] Could not fetch resource information. [500, #0], referer: http://2.33.177.92/svn/ps/htmldocs/integration.html
[Tue Sep 21 11:22:42 2004] [error] [client 2.46.100.50] Could not open the requested SVN filesystem [500, #160029], referer: http://2.33.177.92/svn/ps/htmldocs/integration.html
[Tue Sep 21 11:22:42 2004] [error] [client 2.46.100.50] (12)Not enough space: Could not open the requested SVN filesystem [500, #160029], referer: http://2.33.177.92/svn/ps/htmldocs/integration.html
Kind Regards,
Klaus
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.