You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Daniel Shahaf (JIRA)" <ji...@apache.org> on 2010/06/17 20:43:26 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12879883#action_12879883 ] 

Daniel Shahaf commented on INFRA-2261:
--------------------------------------

Patches concerning the aforementioned issue (aka svn issue #3506) have been now been backported and should be availble in Subversion 1.6.12 (which is to be released soon).

> 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.