You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "#asfinfra IRC Bot (JIRA)" <ji...@apache.org> on 2010/06/27 23:42:52 UTC

[jira] Closed: (INFRA-2261) Intermitent Failues when a commit is going on

     [ https://issues.apache.org/jira/browse/INFRA-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

#asfinfra IRC Bot closed INFRA-2261.
------------------------------------

    Resolution: Fixed

> Intermitent Failues when a commit is going on
> ---------------------------------------------
>
>                 Key: INFRA-2261
>                 URL: https://issues.apache.org/jira/browse/INFRA-2261
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Subversion
>            Reporter: Paul Querna
>
> Subversion sometimes gives an error when a commit is on going.
> Clients that are just connecting to svn will get a failure about being unable to open the SVN filesystem. (Using fsfs, SVN 1.6.6)
> On the server side, the following is logged:
> [Sat Oct 03 16:20:14 2009] [error] [client 140.211.11.140] (20014)Internal error: database is locked
> [Sat Oct 03 16:20:14 2009] [error] [client 140.211.11.140] Could not fetch resource information.  [500, #0]
> [Sat Oct 03 16:20:14 2009] [error] [client 140.211.11.140] Could not open the requested SVN filesystem  [500, #200030]
> [Sat Oct 03 16:20:14 2009] [error] [client 140.211.11.140] Could not open the requested SVN filesystem  [500, #200030]
> The string 'database is locked' appears to come from SQLite:
> SQLITE_BUSY:       z = "database is locked";  
> I believe this might be due to the size of our rep-cache.db.  On eris, it is now about 500mb and growing.
> Looking at our older error logs, we seem to hit this about once a week.  It seems to be directly related to large commits, with hundreds or thousands of files.
> When this is happening, for a period of 5-20 seconds, any clients connecting to svn.apache.org will receive a message that the server is unable to open the filesystem.
> fsfs repo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.