You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Bob Dionne (JIRA)" <ji...@apache.org> on 2009/01/19 20:49:59 UTC

[jira] Created: (COUCHDB-215) errors when creating and deleting multiple databases

errors when creating and deleting multiple databases
----------------------------------------------------

                 Key: COUCHDB-215
                 URL: https://issues.apache.org/jira/browse/COUCHDB-215
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
         Environment: OS X 10.4 Erlang latest, CouchDB trunk
            Reporter: Bob Dionne


creating multiple databases and then deleting them causes couchdb to start throwing exceptions ( http://gist.github.com/49063 ) A cursory debugging session indicates that should_close in couch_file never returns true, the monitors list always contains the pid of the next process. Repeated use of the server in this way eventually makes it unusable.

The following JS, http://gist.github.com/48465, will also exhibit the issue using the Futon tests. It can appear with as few as 60 dbs depending on the client and level of concurrency

The database names do have slashes in them but this seems irrelevant on the face of it.

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


[jira] Closed: (COUCHDB-215) errors when creating and deleting multiple databases

Posted by "Damien Katz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damien Katz closed COUCHDB-215.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9

> errors when creating and deleting multiple databases
> ----------------------------------------------------
>
>                 Key: COUCHDB-215
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-215
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>         Environment: OS X 10.4 Erlang latest, CouchDB trunk
>            Reporter: Bob Dionne
>             Fix For: 0.9
>
>
> creating multiple databases and then deleting them causes couchdb to start throwing exceptions ( http://gist.github.com/49063 ) A cursory debugging session indicates that should_close in couch_file never returns true, the monitors list always contains the pid of the next process. Repeated use of the server in this way eventually makes it unusable.
> The following JS, http://gist.github.com/48465, will also exhibit the issue using the Futon tests. It can appear with as few as 60 dbs depending on the client and level of concurrency
> The database names do have slashes in them but this seems irrelevant on the face of it.

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